public class CreateQualityControlTemplateRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateQualityControlTemplateRequest()  | 
CreateQualityControlTemplateRequest(CreateQualityControlTemplateRequest 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 | 
getComment()
Get Media quality inspection template description, with a length limit of 256 characters. 
 | 
String | 
getName()
Get Media quality inspection template name, with a length limit of 64 characters. 
 | 
QualityControlItemConfig[] | 
getQualityControlItemSet()
Get Media quality inspection control parameters. 
 | 
String | 
getRecordFormat()
Get Recording file format. 
 | 
QualityControlStrategy | 
getStrategy()
Get Spot check policy for media quality inspection. 
 | 
void | 
setComment(String Comment)
Set Media quality inspection template description, with a length limit of 256 characters. 
 | 
void | 
setName(String Name)
Set Media quality inspection template name, with a length limit of 64 characters. 
 | 
void | 
setQualityControlItemSet(QualityControlItemConfig[] QualityControlItemSet)
Set Media quality inspection control parameters. 
 | 
void | 
setRecordFormat(String RecordFormat)
Set Recording file format. 
 | 
void | 
setStrategy(QualityControlStrategy Strategy)
Set Spot check policy for media quality inspection. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateQualityControlTemplateRequest()
public CreateQualityControlTemplateRequest(CreateQualityControlTemplateRequest source)
public String getName()
public void setName(String Name)
Name - Media quality inspection template name, with a length limit of 64 characters.public QualityControlItemConfig[] getQualityControlItemSet()
public void setQualityControlItemSet(QualityControlItemConfig[] QualityControlItemSet)
QualityControlItemSet - Media quality inspection control parameters.public String getComment()
public void setComment(String Comment)
Comment - Media quality inspection template description, with a length limit of 256 characters.public String getRecordFormat()
public void setRecordFormat(String RecordFormat)
RecordFormat - Recording file format. Valid values:
public QualityControlStrategy getStrategy()
public void setStrategy(QualityControlStrategy Strategy)
Strategy - Spot check policy for media quality inspection.Copyright © 2025. All rights reserved.