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 内容智能识别模板唯一标识过滤条件,数组长度限制:50。
|
Long |
getLimit()
Get 返回记录条数,默认值:10,最大值:50。
|
Long |
getOffset()
Get 分页偏移量,默认值:0。
|
void |
setDefinitions(Long[] Definitions)
Set 内容智能识别模板唯一标识过滤条件,数组长度限制:50。
|
void |
setLimit(Long Limit)
Set 返回记录条数,默认值:10,最大值:50。
|
void |
setOffset(Long Offset)
Set 分页偏移量,默认值:0。
|
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 DescribeContentReviewTemplatesRequest()
public DescribeContentReviewTemplatesRequest(DescribeContentReviewTemplatesRequest source)
public Long[] getDefinitions()
public void setDefinitions(Long[] Definitions)
Definitions
- 内容智能识别模板唯一标识过滤条件,数组长度限制:50。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量,默认值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回记录条数,默认值:10,最大值:50。Copyright © 2021. All rights reserved.