public class OpeningEndingEditingInfo extends AbstractModel
Constructor and Description |
---|
OpeningEndingEditingInfo() |
OpeningEndingEditingInfo(OpeningEndingEditingInfo 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 |
getCustomInfo()
Get 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。
|
Long |
getSwitch()
Get 是否开启片头片尾识别。0为关闭,1为开启。其他非0非1值默认为0。
|
void |
setCustomInfo(String CustomInfo)
Set 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。
|
void |
setSwitch(Long Switch)
Set 是否开启片头片尾识别。0为关闭,1为开启。其他非0非1值默认为0。
|
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 OpeningEndingEditingInfo()
public OpeningEndingEditingInfo(OpeningEndingEditingInfo source)
public Long getSwitch()
public void setSwitch(Long Switch)
Switch
- 是否开启片头片尾识别。0为关闭,1为开启。其他非0非1值默认为0。public String getCustomInfo()
public void setCustomInfo(String CustomInfo)
CustomInfo
- 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。Copyright © 2022. All rights reserved.