Class PlayDataInfoByStream

    • Constructor Detail

      • PlayDataInfoByStream

        public PlayDataInfoByStream()
      • PlayDataInfoByStream

        public PlayDataInfoByStream​(PlayDataInfoByStream 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

      • getStreamName

        public String getStreamName()
        Get 流名称。
        Returns:
        StreamName 流名称。
      • setStreamName

        public void setStreamName​(String StreamName)
        Set 流名称。
        Parameters:
        StreamName - 流名称。
      • getTotalFlux

        public Float getTotalFlux()
        Get 总流量,单位: MB。
        Returns:
        TotalFlux 总流量,单位: MB。
      • setTotalFlux

        public void setTotalFlux​(Float TotalFlux)
        Set 总流量,单位: MB。
        Parameters:
        TotalFlux - 总流量,单位: MB。