public class NameValuePair extends Object implements Serializable
| Constructor and Description |
|---|
NameValuePair(String name,
String value)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getName()
Returns the name.
|
String |
getValue()
Returns the value.
|
int |
hashCode() |
NameValuePair |
normalized()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
String |
toString() |
public String getName()
public String getValue()
public NameValuePair normalized()
NameValuePairCopyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.