public class DescribeContentIdentifiersRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeContentIdentifiersRequest() |
DescribeContentIdentifiersRequest(DescribeContentIdentifiersRequest 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 |
---|---|
AdvancedFilter[] |
getFilters()
Get 过滤条件,Filters 的上限为 20,Filters.Values 的上限为 20。该参数不填写时,默认返回当前 AppId 下有权限的内容标识符。详细的过滤条件如下:description:按照内容标识符描述批量进行过滤;例如:test;content-id:按照内容标识符 ID 批量进行过滤;例如:eocontent-2noz78a8ev6k;tag-key:按照标签键进行过滤; tag-value: 按照标签值进行过滤;status:按照内容标识符状态进行过滤,取值有:active:生效中;deleted:已删除。仅支持按照 description 模糊查询,其余字段需要精准查询。
|
Long |
getLimit()
Get 分页查询限制数目。默认值:20,最大值:100。
|
Long |
getOffset()
Get 分页查询偏移量。默认值:0。
|
void |
setFilters(AdvancedFilter[] Filters)
Set 过滤条件,Filters 的上限为 20,Filters.Values 的上限为 20。该参数不填写时,默认返回当前 AppId 下有权限的内容标识符。详细的过滤条件如下:description:按照内容标识符描述批量进行过滤;例如:test;content-id:按照内容标识符 ID 批量进行过滤;例如:eocontent-2noz78a8ev6k;tag-key:按照标签键进行过滤; tag-value: 按照标签值进行过滤;status:按照内容标识符状态进行过滤,取值有:active:生效中;deleted:已删除。仅支持按照 description 模糊查询,其余字段需要精准查询。
|
void |
setLimit(Long Limit)
Set 分页查询限制数目。默认值:20,最大值:100。
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeContentIdentifiersRequest()
public DescribeContentIdentifiersRequest(DescribeContentIdentifiersRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页查询偏移量。默认值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页查询限制数目。默认值:20,最大值:100。public AdvancedFilter[] getFilters()
public void setFilters(AdvancedFilter[] Filters)
Filters
- 过滤条件,Filters 的上限为 20,Filters.Values 的上限为 20。该参数不填写时,默认返回当前 AppId 下有权限的内容标识符。详细的过滤条件如下:Copyright © 2025. All rights reserved.