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() |
toString
fieldsExcludedFromEqualsAndHashCode, key
public KeyAndValue(NottableString name, NottableString value)
public NottableString getName()
public NottableString getValue()
public boolean equals(Object o)
equals
in class ObjectWithReflectiveEqualsHashCodeToString
public int hashCode()
hashCode
in class ObjectWithReflectiveEqualsHashCodeToString
Copyright © 2018. All rights reserved.