Class TimeShiftStreamInfo

    • Constructor Detail

      • TimeShiftStreamInfo

        public TimeShiftStreamInfo()
      • TimeShiftStreamInfo

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

      • getDomainGroup

        public String getDomainGroup()
        Get 推流域名所属组。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DomainGroup 推流域名所属组。 注意:此字段可能返回 null,表示取不到有效值。
      • setDomainGroup

        public void setDomainGroup​(String DomainGroup)
        Set 推流域名所属组。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DomainGroup - 推流域名所属组。 注意:此字段可能返回 null,表示取不到有效值。
      • getDomain

        public String getDomain()
        Get 推流域名。
        Returns:
        Domain 推流域名。
      • setDomain

        public void setDomain​(String Domain)
        Set 推流域名。
        Parameters:
        Domain - 推流域名。
      • getAppName

        public String getAppName()
        Get 推流路径。
        Returns:
        AppName 推流路径。
      • setAppName

        public void setAppName​(String AppName)
        Set 推流路径。
        Parameters:
        AppName - 推流路径。
      • getStreamName

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

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

        public Long getStartTime()
        Get 流起始时间,Unix 时间戳。
        Returns:
        StartTime 流起始时间,Unix 时间戳。
      • setStartTime

        public void setStartTime​(Long StartTime)
        Set 流起始时间,Unix 时间戳。
        Parameters:
        StartTime - 流起始时间,Unix 时间戳。
      • getEndTime

        public Long getEndTime()
        Get 截止查询时流结束时间,Unix 时间戳。
        Returns:
        EndTime 截止查询时流结束时间,Unix 时间戳。
      • setEndTime

        public void setEndTime​(Long EndTime)
        Set 截止查询时流结束时间,Unix 时间戳。
        Parameters:
        EndTime - 截止查询时流结束时间,Unix 时间戳。
      • getTransCodeId

        public Long getTransCodeId()
        Get 转码模板ID。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TransCodeId 转码模板ID。 注意:此字段可能返回 null,表示取不到有效值。
      • setTransCodeId

        public void setTransCodeId​(Long TransCodeId)
        Set 转码模板ID。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TransCodeId - 转码模板ID。 注意:此字段可能返回 null,表示取不到有效值。
      • getStreamType

        public Long getStreamType()
        Get 流类型,取值0为原始流,1为水印流,2为转码流。
        Returns:
        StreamType 流类型,取值0为原始流,1为水印流,2为转码流。
      • setStreamType

        public void setStreamType​(Long StreamType)
        Set 流类型,取值0为原始流,1为水印流,2为转码流。
        Parameters:
        StreamType - 流类型,取值0为原始流,1为水印流,2为转码流。
      • getDuration

        public Long getDuration()
        Get 时移数据存储时长,单位秒。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Duration 时移数据存储时长,单位秒。 注意:此字段可能返回 null,表示取不到有效值。
      • setDuration

        public void setDuration​(Long Duration)
        Set 时移数据存储时长,单位秒。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Duration - 时移数据存储时长,单位秒。 注意:此字段可能返回 null,表示取不到有效值。