Class OpeningEndingEditingInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.OpeningEndingEditingInfo
-
public class OpeningEndingEditingInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomInfo()Get 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。LonggetSwitch()Get 是否开启片头片尾识别。0为关闭,1为开启。其他非0非1值默认为0。voidsetCustomInfo(String CustomInfo)Set 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。voidsetSwitch(Long Switch)Set 是否开启片头片尾识别。0为关闭,1为开启。其他非0非1值默认为0。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OpeningEndingEditingInfo
public OpeningEndingEditingInfo()
-
OpeningEndingEditingInfo
public 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.
-
-
Method Detail
-
getSwitch
public Long getSwitch()
Get 是否开启片头片尾识别。0为关闭,1为开启。其他非0非1值默认为0。- Returns:
- Switch 是否开启片头片尾识别。0为关闭,1为开启。其他非0非1值默认为0。
-
setSwitch
public void setSwitch(Long Switch)
Set 是否开启片头片尾识别。0为关闭,1为开启。其他非0非1值默认为0。- Parameters:
Switch- 是否开启片头片尾识别。0为关闭,1为开启。其他非0非1值默认为0。
-
getCustomInfo
public String getCustomInfo()
Get 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。- Returns:
- CustomInfo 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。
-
setCustomInfo
public void setCustomInfo(String CustomInfo)
Set 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。- Parameters:
CustomInfo- 额外定制化服务参数。参数为序列化的Json字符串,例如:{"k1":"v1"}。
-
-