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