public class DescribeLiveChannelResponse extends AbstractModel
Constructor and Description |
---|
DescribeLiveChannelResponse() |
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.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getCreateTime()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLiveChannelId()
Get 频道ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLiveChannelName()
Get 频道名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLiveChannelType()
Get 直播频道类型 1:固定直播;2:移动直播
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLiveStatus()
Get 通道直播状态:1: 未推流,2: 推流中
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPushStreamAddress()
Get 推流地址
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String[] |
getUpdateTime()
Get 修改时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String[] CreateTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLiveChannelId(String LiveChannelId)
Set 频道ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLiveChannelName(String LiveChannelName)
Set 频道名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLiveChannelType(Long LiveChannelType)
Set 直播频道类型 1:固定直播;2:移动直播
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLiveStatus(Long LiveStatus)
Set 通道直播状态:1: 未推流,2: 推流中
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPushStreamAddress(String PushStreamAddress)
Set 推流地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setUpdateTime(String[] UpdateTime)
Set 修改时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeLiveChannelResponse()
public DescribeLiveChannelResponse(DescribeLiveChannelResponse source)
public String getLiveChannelId()
public void setLiveChannelId(String LiveChannelId)
LiveChannelId
- 频道ID
注意:此字段可能返回 null,表示取不到有效值。public String getLiveChannelName()
public void setLiveChannelName(String LiveChannelName)
LiveChannelName
- 频道名称
注意:此字段可能返回 null,表示取不到有效值。public Long getLiveChannelType()
public void setLiveChannelType(Long LiveChannelType)
LiveChannelType
- 直播频道类型 1:固定直播;2:移动直播
注意:此字段可能返回 null,表示取不到有效值。public Long getLiveStatus()
public void setLiveStatus(Long LiveStatus)
LiveStatus
- 通道直播状态:1: 未推流,2: 推流中
注意:此字段可能返回 null,表示取不到有效值。public String getPushStreamAddress()
public void setPushStreamAddress(String PushStreamAddress)
PushStreamAddress
- 推流地址
注意:此字段可能返回 null,表示取不到有效值。public String[] getCreateTime()
public void setCreateTime(String[] CreateTime)
CreateTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String[] getUpdateTime()
public void setUpdateTime(String[] UpdateTime)
UpdateTime
- 修改时间
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.