public class CreateCasterPgmRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateCasterPgmRequest() | 
| CreateCasterPgmRequest(CreateCasterPgmRequest 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。 | 
| CasterDisplayInfo | getPgmDisplayInfo()Get 导播台展示信息参数。 | 
| void | setCasterId(Long CasterId)Set 导播台ID。 | 
| void | setPgmDisplayInfo(CasterDisplayInfo PgmDisplayInfo)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, toJsonStringpublic CreateCasterPgmRequest()
public CreateCasterPgmRequest(CreateCasterPgmRequest source)
public CasterDisplayInfo getPgmDisplayInfo()
public void setPgmDisplayInfo(CasterDisplayInfo PgmDisplayInfo)
PgmDisplayInfo - 导播台展示信息参数。public Long getCasterId()
public void setCasterId(Long CasterId)
CasterId - 导播台ID。Copyright © 2025. All rights reserved.