public class BasicNameValuePairWithNoValueSupport extends Object implements org.apache.http.NameValuePair, Cloneable, Serializable
Constructor and Description |
---|
BasicNameValuePairWithNoValueSupport(String name,
Object value)
Default Constructor taking a name and a value.
|
public String getName()
getName
in interface org.apache.http.NameValuePair
public String getValue()
getValue
in interface org.apache.http.NameValuePair
public boolean hasValue()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2010–2020. All rights reserved.