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 Long getTime()
        Get 时间,unix时间戳(1590065877s)
        Returns:
        Time 时间,unix时间戳(1590065877s)
      • setTime

        public void setTime​(Long Time)
        Set 时间,unix时间戳(1590065877s)
        Parameters:
        Time - 时间,unix时间戳(1590065877s)
      • getValue

        public Float getValue()
        Get 当前时间返回参数取值,如(bigvCapFps在1590065877取值为0,则Value:0 )
        Returns:
        Value 当前时间返回参数取值,如(bigvCapFps在1590065877取值为0,则Value:0 )
      • setValue

        public void setValue​(Float Value)
        Set 当前时间返回参数取值,如(bigvCapFps在1590065877取值为0,则Value:0 )
        Parameters:
        Value - 当前时间返回参数取值,如(bigvCapFps在1590065877取值为0,则Value:0 )