public class McuLayoutVolume extends AbstractModel
| Constructor and Description | 
|---|
| McuLayoutVolume() | 
| McuLayoutVolume(McuLayoutVolume 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 | 
|---|---|
| String | getAppData()Get The application data, which will be embedded in the `app_data` field of the custom SEI. | 
| Long | getPayloadType()Get The payload type of the SEI message. | 
| void | setAppData(String AppData)Set The application data, which will be embedded in the `app_data` field of the custom SEI. | 
| void | setPayloadType(Long PayloadType)Set The payload type of the SEI message. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic McuLayoutVolume()
public McuLayoutVolume(McuLayoutVolume source)
public String getAppData()
public void setAppData(String AppData)
AppData - The application data, which will be embedded in the `app_data` field of the custom SEI. It must be shorter than 4,096 characters.public Long getPayloadType()
public void setPayloadType(Long PayloadType)
PayloadType - The payload type of the SEI message. The default is 100. Value range: 100-254 (244 is used internally by Tencent Cloud for timestamps).Copyright © 2023. All rights reserved.