public class DescribeQualityControlTemplatesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeQualityControlTemplatesRequest()  | 
DescribeQualityControlTemplatesRequest(DescribeQualityControlTemplatesRequest 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 | 
|---|---|
Long[] | 
getDefinitions()
Get Filter condition for media quality inspection template unique identifiers, with an array length limit of 100. 
 | 
Long | 
getLimit()
Get Number of returned entries. 
 | 
String | 
getName()
Get Filter condition for media quality inspection template identifiers, with a length limit of 64 characters. 
 | 
Long | 
getOffset()
Get Paging offset. 
 | 
String | 
getType()
Get "Preset": preset template, "Custom": custom template 
 | 
void | 
setDefinitions(Long[] Definitions)
Set Filter condition for media quality inspection template unique identifiers, with an array length limit of 100. 
 | 
void | 
setLimit(Long Limit)
Set Number of returned entries. 
 | 
void | 
setName(String Name)
Set Filter condition for media quality inspection template identifiers, with a length limit of 64 characters. 
 | 
void | 
setOffset(Long Offset)
Set Paging offset. 
 | 
void | 
setType(String Type)
Set "Preset": preset template, "Custom": custom template 
 | 
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 DescribeQualityControlTemplatesRequest()
public DescribeQualityControlTemplatesRequest(DescribeQualityControlTemplatesRequest source)
public Long[] getDefinitions()
public void setDefinitions(Long[] Definitions)
Definitions - Filter condition for media quality inspection template unique identifiers, with an array length limit of 100.public Long getOffset()
public void setOffset(Long Offset)
Offset - Paging offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned entries.
public String getType()
public void setType(String Type)
Type - "Preset": preset template, "Custom": custom templatepublic String getName()
public void setName(String Name)
Name - Filter condition for media quality inspection template identifiers, with a length limit of 64 characters.Copyright © 2025. All rights reserved.