public class QueryParamAttribute extends AbstractQueryParam
| Modifier and Type | Field and Description |
|---|---|
protected String |
key
The key of the query parmeter.
|
protected String |
value
The value of the query parameter.
|
| Constructor and Description |
|---|
QueryParamAttribute(String key,
String value)
r
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getKey() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
hasKey, hasValueprotected String key
protected String value
public String getKey()
getKey in class AbstractQueryParampublic String getValue()
getValue in class AbstractQueryParampublic boolean equals(Object object)
equals in class AbstractQueryParamObject.equals(Object)public int hashCode()
hashCode in class AbstractQueryParamObject.hashCode()public String toString()
toString in class AbstractQueryParamObject.toString()Copyright © 2019–2024 Teslanet.nl. All rights reserved.