Class LiveChannelInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.LiveChannelInfo
-
public class LiveChannelInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LiveChannelInfo()
LiveChannelInfo(LiveChannelInfo 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCreateTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。String
getLiveChannelId()
Get 频道ID 注意:此字段可能返回 null,表示取不到有效值。String
getLiveChannelName()
Get 频道名称 注意:此字段可能返回 null,表示取不到有效值。Long
getLiveChannelType()
Get 频道类型 注意:此字段可能返回 null,表示取不到有效值。Long
getLiveStatus()
Get 通道直播状态:1: 未推流,2: 推流中 注意:此字段可能返回 null,表示取不到有效值。String
getPushStreamAddress()
Get 推流地址 注意:此字段可能返回 null,表示取不到有效值。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 频道类型 注意:此字段可能返回 null,表示取不到有效值。void
setLiveStatus(Long LiveStatus)
Set 通道直播状态:1: 未推流,2: 推流中 注意:此字段可能返回 null,表示取不到有效值。void
setPushStreamAddress(String PushStreamAddress)
Set 推流地址 注意:此字段可能返回 null,表示取不到有效值。void
setUpdateTime(String UpdateTime)
Set 修改时间 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LiveChannelInfo
public LiveChannelInfo()
-
LiveChannelInfo
public LiveChannelInfo(LiveChannelInfo 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 频道类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LiveChannelType 频道类型 注意:此字段可能返回 null,表示取不到有效值。
-
setLiveChannelType
public void setLiveChannelType(Long LiveChannelType)
Set 频道类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LiveChannelType
- 频道类型 注意:此字段可能返回 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,表示取不到有效值。
-
-