public class DescribeContentReviewTemplatesRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeContentReviewTemplatesRequest()  | 
DescribeContentReviewTemplatesRequest(DescribeContentReviewTemplatesRequest 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 The IDs of the content moderation templates to query. 
 | 
Long | 
getLimit()
Get Number of returned entries. 
 | 
Long | 
getOffset()
Get Paging offset. 
 | 
String | 
getType()
Get The filter for querying templates. 
 | 
void | 
setDefinitions(Long[] Definitions)
Set The IDs of the content moderation templates to query. 
 | 
void | 
setLimit(Long Limit)
Set Number of returned entries. 
 | 
void | 
setOffset(Long Offset)
Set Paging offset. 
 | 
void | 
setType(String Type)
Set The filter for querying templates. 
 | 
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, toJsonStringpublic DescribeContentReviewTemplatesRequest()
public DescribeContentReviewTemplatesRequest(DescribeContentReviewTemplatesRequest source)
public Long[] getDefinitions()
public void setDefinitions(Long[] Definitions)
Definitions - The IDs of the content moderation templates to query. Array length limit: 50.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. Default value: 10. Maximum value: 50.public String getType()
public void setType(String Type)
Type - The filter for querying templates. If this parameter is left empty, both preset and custom templates are returned. Valid values:
 Preset
 CustomCopyright © 2022. All rights reserved.