com.contrastsecurity.rest
Class NameValuePair

java.lang.Object
  extended by com.contrastsecurity.rest.NameValuePair

public class NameValuePair
extends Object

HTTP name=value pair model.


Constructor Summary
NameValuePair()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameValuePair

public NameValuePair()
Method Detail

getName

public String getName()

getValue

public String getValue()


Copyright © 2014. All Rights Reserved.