public class DeleteCasterLayoutInfoRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteCasterLayoutInfoRequest() | 
| DeleteCasterLayoutInfoRequest(DeleteCasterLayoutInfoRequest 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 | getLayoutIndex()Get 要删除的布局Index。
注:待删除的Index对应的布局需存在。 | 
| void | setCasterId(Long CasterId)Set 导播台ID。 | 
| void | setLayoutIndex(Long LayoutIndex)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, toJsonStringpublic DeleteCasterLayoutInfoRequest()
public DeleteCasterLayoutInfoRequest(DeleteCasterLayoutInfoRequest source)
public Long getCasterId()
public void setCasterId(Long CasterId)
CasterId - 导播台ID。public Long getLayoutIndex()
public void setLayoutIndex(Long LayoutIndex)
LayoutIndex - 要删除的布局Index。
注:待删除的Index对应的布局需存在。Copyright © 2025. All rights reserved.