org.mockserver.client.serialization.model
Class TimeToLiveDTO

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

public class TimeToLiveDTO
extends ObjectWithReflectiveEqualsHashCodeToString

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
TimeToLiveDTO()
           
TimeToLiveDTO(TimeToLive timeToLive)
           
 
Method Summary
 TimeToLive buildObject()
           
 Long getTimeToLive()
           
 TimeUnit getTimeUnit()
           
 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

TimeToLiveDTO

public TimeToLiveDTO(TimeToLive timeToLive)

TimeToLiveDTO

public TimeToLiveDTO()
Method Detail

buildObject

public TimeToLive buildObject()

getTimeUnit

public TimeUnit getTimeUnit()

getTimeToLive

public Long getTimeToLive()

isUnlimited

public boolean isUnlimited()


Copyright © 2015. All rights reserved.