Class TimeValues


  • public class TimeValues
    extends java.lang.Object
    Created by dell on 2017/7/18.
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeValues()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getTime()  
      java.lang.Object getValue()  
      void setTime​(long time)  
      void setValue​(java.lang.Object value)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TimeValues

        public TimeValues()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getTime

        public long getTime()
      • setTime

        public void setTime​(long time)
      • getValue

        public java.lang.Object getValue()
      • setValue

        public void setValue​(java.lang.Object value)