@Immutable public class BasicNameValuePair extends Object implements NameValuePair, Cloneable, Serializable
NameValuePair
.Constructor and Description |
---|
BasicNameValuePair(String name,
String value)
Default Constructor taking a name and a value.
|
public String getName()
getName
in interface NameValuePair
public String getValue()
getValue
in interface NameValuePair
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.