Class DayStreamPlayInfo

    • Constructor Detail

      • DayStreamPlayInfo

        public DayStreamPlayInfo()
      • DayStreamPlayInfo

        public DayStreamPlayInfo​(DayStreamPlayInfo 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 数据时间点,接口返回支持两种时间格式: 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见ISO日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。 接口返回的时间格式和查询请求传入的时间格式一致。
        Returns:
        Time 数据时间点,接口返回支持两种时间格式: 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见ISO日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。 接口返回的时间格式和查询请求传入的时间格式一致。
      • setTime

        public void setTime​(String Time)
        Set 数据时间点,接口返回支持两种时间格式: 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见ISO日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。 接口返回的时间格式和查询请求传入的时间格式一致。
        Parameters:
        Time - 数据时间点,接口返回支持两种时间格式: 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见ISO日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。 接口返回的时间格式和查询请求传入的时间格式一致。
      • getBandwidth

        public Float getBandwidth()
        Get 带宽(单位Mbps)。
        Returns:
        Bandwidth 带宽(单位Mbps)。
      • setBandwidth

        public void setBandwidth​(Float Bandwidth)
        Set 带宽(单位Mbps)。
        Parameters:
        Bandwidth - 带宽(单位Mbps)。
      • getFlux

        public Float getFlux()
        Get 流量 (单位MB)。
        Returns:
        Flux 流量 (单位MB)。
      • setFlux

        public void setFlux​(Float Flux)
        Set 流量 (单位MB)。
        Parameters:
        Flux - 流量 (单位MB)。
      • getRequest

        public Long getRequest()
        Get 请求数。
        Returns:
        Request 请求数。
      • setRequest

        public void setRequest​(Long Request)
        Set 请求数。
        Parameters:
        Request - 请求数。
      • getOnline

        public Long getOnline()
        Get 在线人数。
        Returns:
        Online 在线人数。
      • setOnline

        public void setOnline​(Long Online)
        Set 在线人数。
        Parameters:
        Online - 在线人数。