org.mockserver.client.serialization.model
Class KeyToMultiValueDTO

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

public class KeyToMultiValueDTO
extends NotDTO

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
protected KeyToMultiValueDTO()
           
protected KeyToMultiValueDTO(KeyToMultiValue keyToMultiValue, Boolean not)
           
 
Method Summary
 String getName()
           
 List<String> getValues()
           
 
Methods inherited from class org.mockserver.client.serialization.model.NotDTO
getNot, setNot
 
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,
                             Boolean not)

KeyToMultiValueDTO

protected KeyToMultiValueDTO()
Method Detail

getName

public String getName()

getValues

public List<String> getValues()


Copyright © 2015. All rights reserved.