Class LiveChannelItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.LiveChannelItem
-
public class LiveChannelItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LiveChannelItem()LiveChannelItem(LiveChannelItem 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 StringgetChannelId()Get 频道IDStringgetChannelName()Get 频道名称voidsetChannelId(String ChannelId)Set 频道IDvoidsetChannelName(String ChannelName)Set 频道名称voidtoMap(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
-
LiveChannelItem
public LiveChannelItem()
-
LiveChannelItem
public LiveChannelItem(LiveChannelItem 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
-
getChannelId
public String getChannelId()
Get 频道ID- Returns:
- ChannelId 频道ID
-
setChannelId
public void setChannelId(String ChannelId)
Set 频道ID- Parameters:
ChannelId- 频道ID
-
getChannelName
public String getChannelName()
Get 频道名称- Returns:
- ChannelName 频道名称
-
setChannelName
public void setChannelName(String ChannelName)
Set 频道名称- Parameters:
ChannelName- 频道名称
-
-