org.mockserver.client.serialization.model
Class KeyAndValueDTO

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.client.serialization.model.KeyAndValueDTO
Direct Known Subclasses:
CookieDTO

public class KeyAndValueDTO
extends ObjectWithReflectiveEqualsHashCodeToString

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
protected KeyAndValueDTO()
           
protected KeyAndValueDTO(KeyAndValue keyAndValue)
           
 
Method Summary
 NottableString getName()
           
 NottableString getValue()
           
 
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

KeyAndValueDTO

protected KeyAndValueDTO(KeyAndValue keyAndValue)

KeyAndValueDTO

protected KeyAndValueDTO()
Method Detail

getName

public NottableString getName()

getValue

public NottableString getValue()


Copyright © 2017. All rights reserved.