org.mockserver.client.serialization.model
Class VerificationDTO

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.client.serialization.model.VerificationDTO

public class VerificationDTO
extends ObjectWithReflectiveEqualsHashCodeToString

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
VerificationDTO()
           
VerificationDTO(Verification verification)
           
 
Method Summary
 Verification buildObject()
           
 HttpRequestDTO getHttpRequest()
           
 VerificationTimesDTO getTimes()
           
 VerificationDTO setHttpRequest(HttpRequestDTO httpRequest)
           
 VerificationDTO setTimes(VerificationTimesDTO times)
           
 
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

VerificationDTO

public VerificationDTO(Verification verification)

VerificationDTO

public VerificationDTO()
Method Detail

buildObject

public Verification buildObject()

getHttpRequest

public HttpRequestDTO getHttpRequest()

setHttpRequest

public VerificationDTO setHttpRequest(HttpRequestDTO httpRequest)

getTimes

public VerificationTimesDTO getTimes()

setTimes

public VerificationDTO setTimes(VerificationTimesDTO times)


Copyright © 2016. All rights reserved.