public abstract class AbstractQueryParam extends Object
| Constructor and Description |
|---|
AbstractQueryParam() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
abstract String |
getKey() |
abstract String |
getValue() |
int |
hashCode() |
boolean |
hasKey() |
boolean |
hasValue() |
String |
toString() |
public abstract String getKey()
public abstract String getValue()
public boolean hasKey()
true when parameter has a key that is not empty, otherwise false.public boolean hasValue()
true when parameter has a value that is not empty, otherwise false.public boolean equals(Object object)
equals in class ObjectObject.equals(Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()Copyright © 2019–2025 Teslanet.nl. All rights reserved.