Class TimeToLive


  • public class TimeToLive
    extends java.lang.Object
    • Constructor Detail

      • TimeToLive

        public TimeToLive()
      • TimeToLive

        public TimeToLive​(int value,
                          java.time.temporal.ChronoUnit unit)
    • Method Detail

      • getValue

        public int getValue()
      • setValue

        public TimeToLive setValue​(int value)
      • getUnit

        public java.time.temporal.ChronoUnit getUnit()
      • setUnit

        public TimeToLive setUnit​(java.time.temporal.ChronoUnit unit)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object