Class HttpCodeValue

    • Constructor Detail

      • HttpCodeValue

        public HttpCodeValue()
      • HttpCodeValue

        public HttpCodeValue​(HttpCodeValue 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格式时间, 例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
        Returns:
        Time 时间, 使用UTC格式时间, 例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
      • setTime

        public void setTime​(String Time)
        Set 时间, 使用UTC格式时间, 例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
        Parameters:
        Time - 时间, 使用UTC格式时间, 例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
      • getNumbers

        public Long getNumbers()
        Get 次数。
        Returns:
        Numbers 次数。
      • setNumbers

        public void setNumbers​(Long Numbers)
        Set 次数。
        Parameters:
        Numbers - 次数。
      • getPercentage

        public Float getPercentage()
        Get 占比。
        Returns:
        Percentage 占比。
      • setPercentage

        public void setPercentage​(Float Percentage)
        Set 占比。
        Parameters:
        Percentage - 占比。