Class ModifyLiveChannelRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.ModifyLiveChannelRequest
-
public class ModifyLiveChannelRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyLiveChannelRequest()ModifyLiveChannelRequest(ModifyLiveChannelRequest 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 StringgetLiveChannelId()Get 直播频道IDStringgetLiveChannelName()Get 直播频道名voidsetLiveChannelId(String LiveChannelId)Set 直播频道IDvoidsetLiveChannelName(String LiveChannelName)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
-
ModifyLiveChannelRequest
public ModifyLiveChannelRequest()
-
ModifyLiveChannelRequest
public ModifyLiveChannelRequest(ModifyLiveChannelRequest 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- Returns:
- LiveChannelId 直播频道ID
-
setLiveChannelId
public void setLiveChannelId(String LiveChannelId)
Set 直播频道ID- Parameters:
LiveChannelId- 直播频道ID
-
getLiveChannelName
public String getLiveChannelName()
Get 直播频道名- Returns:
- LiveChannelName 直播频道名
-
setLiveChannelName
public void setLiveChannelName(String LiveChannelName)
Set 直播频道名- Parameters:
LiveChannelName- 直播频道名
-
-