public class KeyAndValue extends ObjectWithJsonToString
Constructor and Description |
---|
KeyAndValue(NottableString name,
NottableString value) |
KeyAndValue(NottableString name,
String value) |
KeyAndValue(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
NottableString |
getName() |
NottableString |
getValue() |
int |
hashCode() |
toString
fieldsExcludedFromEqualsAndHashCode
public KeyAndValue(NottableString name, String value)
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 © 2022. All rights reserved.