Class TimeToLive


  • @ApiType("SoftLayer_Network_CdnMarketplace_Configuration_Cache_TimeToLive")
    public class TimeToLive
    extends Entity
    This data type models a purge event that occurs repetitively and automatically in caching server after a set interval of time. A time to live instance contains a reference to a mapping configuration, the path to execute the purge on, the result of the purge, and the time interval after which the purge will be executed.
    See Also:
    SoftLayer_Network_CdnMarketplace_Configuration_Cache_TimeToLive
    • Constructor Detail

      • TimeToLive

        public TimeToLive()
    • Method Detail

      • isCreateDateSpecified

        public boolean isCreateDateSpecified()
      • unsetCreateDate

        public void unsetCreateDate()
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • isPathSpecified

        public boolean isPathSpecified()
      • unsetPath

        public void unsetPath()
      • getTimeToLive

        public Long getTimeToLive()
      • setTimeToLive

        public void setTimeToLive​(Long timeToLive)
      • isTimeToLiveSpecified

        public boolean isTimeToLiveSpecified()
      • unsetTimeToLive

        public void unsetTimeToLive()