org.mockserver.client.serialization.model
Class TimesDTO

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

public class TimesDTO
extends ObjectWithReflectiveEqualsHashCodeToString

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
TimesDTO()
           
TimesDTO(Times times)
           
 
Method Summary
 Times buildObject()
           
 int getRemainingTimes()
           
 boolean isUnlimited()
           
 
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

TimesDTO

public TimesDTO(Times times)

TimesDTO

public TimesDTO()
Method Detail

buildObject

public Times buildObject()

getRemainingTimes

public int getRemainingTimes()

isUnlimited

public boolean isUnlimited()


Copyright © 2015. All rights reserved.