public class ClassificationEditingInfo extends AbstractModel
Constructor and Description |
---|
ClassificationEditingInfo() |
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 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 © 2020. All rights reserved.