@Contract(threading=IMMUTABLE) public class BasicNameValuePair extends Object implements NameValuePair, 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
.Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.