Class StripEditingInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.StripEditingInfo
-
public class StripEditingInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StripEditingInfo()
StripEditingInfo(StripEditingInfo 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 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
StripEditingInfo
public StripEditingInfo()
-
StripEditingInfo
public StripEditingInfo(StripEditingInfo 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"}。
-
-