Class DescribeLiveChannelResponse

    • Constructor Detail

      • DescribeLiveChannelResponse

        public DescribeLiveChannelResponse()
      • DescribeLiveChannelResponse

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

      • getLiveChannelId

        public String getLiveChannelId()
        Get 频道ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LiveChannelId 频道ID 注意:此字段可能返回 null,表示取不到有效值。
      • setLiveChannelId

        public void setLiveChannelId​(String LiveChannelId)
        Set 频道ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LiveChannelId - 频道ID 注意:此字段可能返回 null,表示取不到有效值。
      • getLiveChannelName

        public String getLiveChannelName()
        Get 频道名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LiveChannelName 频道名称 注意:此字段可能返回 null,表示取不到有效值。
      • setLiveChannelName

        public void setLiveChannelName​(String LiveChannelName)
        Set 频道名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LiveChannelName - 频道名称 注意:此字段可能返回 null,表示取不到有效值。
      • getLiveChannelType

        public Long getLiveChannelType()
        Get 直播频道类型 1:固定直播;2:移动直播 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LiveChannelType 直播频道类型 1:固定直播;2:移动直播 注意:此字段可能返回 null,表示取不到有效值。
      • setLiveChannelType

        public void setLiveChannelType​(Long LiveChannelType)
        Set 直播频道类型 1:固定直播;2:移动直播 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LiveChannelType - 直播频道类型 1:固定直播;2:移动直播 注意:此字段可能返回 null,表示取不到有效值。
      • getLiveStatus

        public Long getLiveStatus()
        Get 通道直播状态:1: 未推流,2: 推流中 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LiveStatus 通道直播状态:1: 未推流,2: 推流中 注意:此字段可能返回 null,表示取不到有效值。
      • setLiveStatus

        public void setLiveStatus​(Long LiveStatus)
        Set 通道直播状态:1: 未推流,2: 推流中 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LiveStatus - 通道直播状态:1: 未推流,2: 推流中 注意:此字段可能返回 null,表示取不到有效值。
      • getPushStreamAddress

        public String getPushStreamAddress()
        Get 推流地址 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PushStreamAddress 推流地址 注意:此字段可能返回 null,表示取不到有效值。
      • setPushStreamAddress

        public void setPushStreamAddress​(String PushStreamAddress)
        Set 推流地址 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PushStreamAddress - 推流地址 注意:此字段可能返回 null,表示取不到有效值。
      • getCreateTime

        public String[] getCreateTime()
        Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • setCreateTime

        public void setCreateTime​(String[] CreateTime)
        Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreateTime - 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • getUpdateTime

        public String[] getUpdateTime()
        Get 修改时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UpdateTime 修改时间 注意:此字段可能返回 null,表示取不到有效值。
      • setUpdateTime

        public void setUpdateTime​(String[] UpdateTime)
        Set 修改时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UpdateTime - 修改时间 注意:此字段可能返回 null,表示取不到有效值。
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。