Class TimeValue

    • Constructor Detail

      • TimeValue

        public TimeValue()
      • TimeValue

        public TimeValue​(TimeValue source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getTime

        public String getTime()
        Get UTC 时间,时间格式:yyyy-mm-ddTHH:MM:SSZ。
        Returns:
        Time UTC 时间,时间格式:yyyy-mm-ddTHH:MM:SSZ。
      • setTime

        public void setTime​(String Time)
        Set UTC 时间,时间格式:yyyy-mm-ddTHH:MM:SSZ。
        Parameters:
        Time - UTC 时间,时间格式:yyyy-mm-ddTHH:MM:SSZ。
      • getNum

        public Long getNum()
        Get 数值。
        Returns:
        Num 数值。
      • setNum

        public void setNum​(Long Num)
        Set 数值。
        Parameters:
        Num - 数值。