public class AiQualityControlTaskInput extends AbstractModel
Constructor and Description |
---|
AiQualityControlTaskInput() |
AiQualityControlTaskInput(AiQualityControlTaskInput 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 |
getChannelExtPara()
Get The channel extension parameter, which is a serialized JSON string.
|
Long |
getDefinition()
Get The ID of the quality control template.
|
void |
setChannelExtPara(String ChannelExtPara)
Set The channel extension parameter, which is a serialized JSON string.
|
void |
setDefinition(Long Definition)
Set The ID of the quality control template.
|
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 AiQualityControlTaskInput()
public AiQualityControlTaskInput(AiQualityControlTaskInput source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- The ID of the quality control template.
Note: This field may return null, indicating that no valid values can be obtained.public String getChannelExtPara()
public void setChannelExtPara(String ChannelExtPara)
ChannelExtPara
- The channel extension parameter, which is a serialized JSON string.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.