@Contract(threading=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()
NameValuePair
getName
in interface NameValuePair
null
.public String getValue()
NameValuePair
getValue
in interface NameValuePair
null
.public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.