org.mockserver.client.serialization.model
Class KeyToMultiValueDTO

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.client.serialization.model.KeyToMultiValueDTO
Direct Known Subclasses:
HeaderDTO, ParameterDTO

public class KeyToMultiValueDTO
extends ObjectWithReflectiveEqualsHashCodeToString

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
protected KeyToMultiValueDTO()
           
protected KeyToMultiValueDTO(KeyToMultiValue keyToMultiValue)
           
 
Method Summary
 NottableString getName()
           
 List<NottableString> getValues()
           
 
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyToMultiValueDTO

protected KeyToMultiValueDTO(KeyToMultiValue keyToMultiValue)

KeyToMultiValueDTO

protected KeyToMultiValueDTO()
Method Detail

getName

public NottableString getName()

getValues

public List<NottableString> getValues()


Copyright © 2016. All rights reserved.