public class McuPassThrough extends AbstractModel
Constructor and Description |
---|
McuPassThrough() |
McuPassThrough(McuPassThrough 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 |
getPayloadContent()
Get 透传SEI的payload内容。
|
Long |
getPayloadType()
Get SEI消息的payload_type,取值范围5、100-254(244除外,244为我们内部自定义的时间戳SEI)。
|
String |
getPayloadUuid()
Get PayloadType为5,PayloadUuid必须填写。PayloadType不是5时,不需要填写,填写会被后台忽略。该值必须是32长度的十六进制。
|
void |
setPayloadContent(String PayloadContent)
Set 透传SEI的payload内容。
|
void |
setPayloadType(Long PayloadType)
Set SEI消息的payload_type,取值范围5、100-254(244除外,244为我们内部自定义的时间戳SEI)。
|
void |
setPayloadUuid(String PayloadUuid)
Set PayloadType为5,PayloadUuid必须填写。PayloadType不是5时,不需要填写,填写会被后台忽略。该值必须是32长度的十六进制。
|
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, toJsonString
public McuPassThrough()
public McuPassThrough(McuPassThrough source)
public String getPayloadContent()
public void setPayloadContent(String PayloadContent)
PayloadContent
- 透传SEI的payload内容。public Long getPayloadType()
public void setPayloadType(Long PayloadType)
PayloadType
- SEI消息的payload_type,取值范围5、100-254(244除外,244为我们内部自定义的时间戳SEI)。public String getPayloadUuid()
public void setPayloadUuid(String PayloadUuid)
PayloadUuid
- PayloadType为5,PayloadUuid必须填写。PayloadType不是5时,不需要填写,填写会被后台忽略。该值必须是32长度的十六进制。Copyright © 2023. All rights reserved.