Class VerificationTimesDTO
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.serialization.model.VerificationTimesDTO
-
- All Implemented Interfaces:
DTO<VerificationTimes>
public class VerificationTimesDTO extends ObjectWithReflectiveEqualsHashCodeToString implements DTO<VerificationTimes>
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description VerificationTimesDTO()
VerificationTimesDTO(VerificationTimes times)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VerificationTimes
buildObject()
int
getAtLeast()
int
getAtMost()
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
-
-
-
-
Constructor Detail
-
VerificationTimesDTO
public VerificationTimesDTO(VerificationTimes times)
-
VerificationTimesDTO
public VerificationTimesDTO()
-
-
Method Detail
-
buildObject
public VerificationTimes buildObject()
- Specified by:
buildObject
in interfaceDTO<VerificationTimes>
-
getAtLeast
public int getAtLeast()
-
getAtMost
public int getAtMost()
-
-