Class KeyAndValueDTO
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.serialization.model.KeyAndValueDTO
-
- Direct Known Subclasses:
CookieDTO
public class KeyAndValueDTO extends ObjectWithReflectiveEqualsHashCodeToString
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KeyAndValueDTO()
protected
KeyAndValueDTO(KeyAndValue keyAndValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NottableString
getName()
NottableString
getValue()
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
-
-
-
-
Constructor Detail
-
KeyAndValueDTO
protected KeyAndValueDTO(KeyAndValue keyAndValue)
-
KeyAndValueDTO
protected KeyAndValueDTO()
-
-
Method Detail
-
getName
public NottableString getName()
-
getValue
public NottableString getValue()
-
-