Class KeyToMultiValueDTO
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.serialization.model.KeyToMultiValueDTO
-
- Direct Known Subclasses:
HeaderDTO
,ParameterDTO
public class KeyToMultiValueDTO extends ObjectWithReflectiveEqualsHashCodeToString
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KeyToMultiValueDTO()
protected
KeyToMultiValueDTO(KeyToMultiValue keyToMultiValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NottableString
getName()
List<NottableString>
getValues()
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
-
-
-
-
Constructor Detail
-
KeyToMultiValueDTO
protected KeyToMultiValueDTO(KeyToMultiValue keyToMultiValue)
-
KeyToMultiValueDTO
protected KeyToMultiValueDTO()
-
-
Method Detail
-
getName
public NottableString getName()
-
getValues
public List<NottableString> getValues()
-
-