Class PlayStatInfo

    • Constructor Detail

      • PlayStatInfo

        public PlayStatInfo()
      • PlayStatInfo

        public PlayStatInfo​(PlayStatInfo 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 数据时间点。
        Returns:
        Time 数据时间点。
      • setTime

        public void setTime​(String Time)
        Set 数据时间点。
        Parameters:
        Time - 数据时间点。
      • getValue

        public Float getValue()
        Get 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Value 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。 注意:此字段可能返回 null,表示取不到有效值。
      • setValue

        public void setValue​(Float Value)
        Set 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Value - 带宽/流量/请求数/并发连接数/下载速度的值,若没数据返回时该值为0。 注意:此字段可能返回 null,表示取不到有效值。