org.mockserver.client.serialization.model
Class NotDTO

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.client.serialization.model.NotDTO
Direct Known Subclasses:
BodyDTO, HttpRequestDTO, KeyAndValueDTO, KeyToMultiValueDTO

public class NotDTO
extends ObjectWithReflectiveEqualsHashCodeToString

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
NotDTO()
           
NotDTO(Boolean not)
           
 
Method Summary
 Boolean getNot()
           
 void setNot(Boolean not)
           
 
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

NotDTO

public NotDTO(Boolean not)

NotDTO

public NotDTO()
Method Detail

getNot

public Boolean getNot()

setNot

public void setNot(Boolean not)


Copyright © 2015. All rights reserved.