public class AddCasterLayoutInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AddCasterLayoutInfoRequest() |
AddCasterLayoutInfoRequest(AddCasterLayoutInfoRequest 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
|
CasterLayoutInfo |
getLayoutInfo()
Get 导播台布局参数信息。
|
void |
setCasterId(Long CasterId)
Set 导播台ID
|
void |
setLayoutInfo(CasterLayoutInfo LayoutInfo)
Set 导播台布局参数信息。
|
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 AddCasterLayoutInfoRequest()
public AddCasterLayoutInfoRequest(AddCasterLayoutInfoRequest source)
public Long getCasterId()
public void setCasterId(Long CasterId)
CasterId
- 导播台IDpublic CasterLayoutInfo getLayoutInfo()
public void setLayoutInfo(CasterLayoutInfo LayoutInfo)
LayoutInfo
- 导播台布局参数信息。Copyright © 2024. All rights reserved.