Class LightDistributionStatistic

    • Constructor Detail

      • LightDistributionStatistic

        public LightDistributionStatistic()
      • LightDistributionStatistic

        public LightDistributionStatistic​(LightDistributionStatistic 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 时间点
        Returns:
        Time 时间点
      • setTime

        public void setTime​(Long Time)
        Set 时间点
        Parameters:
        Time - 时间点
      • getValue

        public Long getValue()
        Get 光线值
        Returns:
        Value 光线值
      • setValue

        public void setValue​(Long Value)
        Set 光线值
        Parameters:
        Value - 光线值