org.mockserver.client.serialization.model
Class KeyAndValueDTO

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

public class KeyAndValueDTO
extends NotDTO

Author:
jamesdbloom

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

KeyAndValueDTO

protected KeyAndValueDTO(KeyAndValue keyAndValue,
                         Boolean not)

KeyAndValueDTO

protected KeyAndValueDTO()
Method Detail

getName

public String getName()

getValue

public String getValue()


Copyright © 2015. All rights reserved.