public class KeyAndValue extends ObjectWithJsonToString
| Constructor and Description | 
|---|
KeyAndValue(NottableString name,
           NottableString value)  | 
KeyAndValue(String name,
           String value)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
NottableString | 
getName()  | 
NottableString | 
getValue()  | 
int | 
hashCode()  | 
toStringfieldsExcludedFromEqualsAndHashCodepublic KeyAndValue(NottableString name, NottableString value)
public NottableString getName()
public NottableString getValue()
public boolean equals(Object o)
equals in class ObjectWithReflectiveEqualsHashCodeToStringpublic int hashCode()
hashCode in class ObjectWithReflectiveEqualsHashCodeToStringCopyright © 2020. All rights reserved.