public class QueryConfig extends AbstractQueryParam
| Constructor and Description |
|---|
QueryConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getKey() |
String |
getValue() |
int |
hashCode() |
void |
setKey(String key) |
void |
setValue(String value) |
hasKey, hasValue, toStringpublic String getKey()
getKey in class AbstractQueryParampublic void setKey(String key)
key - the key to setpublic String getValue()
getValue in class AbstractQueryParampublic void setValue(String value)
value - the value to setpublic boolean equals(Object object)
equals in class AbstractQueryParamObject.equals(Object)public int hashCode()
hashCode in class AbstractQueryParamObject.hashCode()Copyright © 2019–2025 Teslanet.nl. All rights reserved.