org.mockserver.client.serialization.model
Class VerificationTimesDTO

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

public class VerificationTimesDTO
extends ObjectWithReflectiveEqualsHashCodeToString

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
VerificationTimesDTO()
           
VerificationTimesDTO(VerificationTimes times)
           
 
Method Summary
 VerificationTimes buildObject()
           
 int getCount()
           
 boolean isExact()
           
 
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

VerificationTimesDTO

public VerificationTimesDTO(VerificationTimes times)

VerificationTimesDTO

public VerificationTimesDTO()
Method Detail

buildObject

public VerificationTimes buildObject()

getCount

public int getCount()

isExact

public boolean isExact()


Copyright © 2017. All rights reserved.