public class DeleteCasterOutputInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteCasterOutputInfoRequest() |
DeleteCasterOutputInfoRequest(DeleteCasterOutputInfoRequest 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 |
---|---|
Long |
getCasterId()
Get 导播台ID。
|
Long |
getOutputIndex()
Get 待删除的推流信息Index。
注:删除时,该Index对应的配置需要存在。
|
void |
setCasterId(Long CasterId)
Set 导播台ID。
|
void |
setOutputIndex(Long OutputIndex)
Set 待删除的推流信息Index。
注:删除时,该Index对应的配置需要存在。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteCasterOutputInfoRequest()
public DeleteCasterOutputInfoRequest(DeleteCasterOutputInfoRequest source)
public Long getCasterId()
public void setCasterId(Long CasterId)
CasterId
- 导播台ID。public Long getOutputIndex()
public void setOutputIndex(Long OutputIndex)
OutputIndex
- 待删除的推流信息Index。
注:删除时,该Index对应的配置需要存在。Copyright © 2024. All rights reserved.