public class QualityControlTemplate extends AbstractModel
header, skipSign
Constructor and Description |
---|
QualityControlTemplate() |
QualityControlTemplate(QualityControlTemplate 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 Template description.
|
String |
getCreateTime()
Get Creation time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
Long |
getDefinition()
Get Unique identifier of a media quality inspection template.
|
String |
getName()
Get Media quality inspection template name.
|
QualityControlItemConfig[] |
getQualityControlItemSet()
Get Media quality inspection configuration parameters.
|
String |
getType()
Get Template type.
|
String |
getUpdateTime()
Get Last modified time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
void |
setComment(String Comment)
Set Template description.
|
void |
setCreateTime(String CreateTime)
Set Creation time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
void |
setDefinition(Long Definition)
Set Unique identifier of a media quality inspection template.
|
void |
setName(String Name)
Set Media quality inspection template name.
|
void |
setQualityControlItemSet(QualityControlItemConfig[] QualityControlItemSet)
Set Media quality inspection configuration parameters.
|
void |
setType(String Type)
Set Template type.
|
void |
setUpdateTime(String UpdateTime)
Set Last modified time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public QualityControlTemplate()
public QualityControlTemplate(QualityControlTemplate source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Unique identifier of a media quality inspection template.public String getName()
public void setName(String Name)
Name
- Media quality inspection template name.
Note: This field may return null, indicating that no valid values can be obtained.public String getComment()
public void setComment(String Comment)
Comment
- Template description.
Note: This field may return null, indicating that no valid values can be obtained.public String getType()
public void setType(String Type)
Type
- Template type. Valid values:
public QualityControlItemConfig[] getQualityControlItemSet()
public void setQualityControlItemSet(QualityControlItemConfig[] QualityControlItemSet)
QualityControlItemSet
- Media quality inspection configuration parameters.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Last modified time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.