public class DescribeAuditKeywordsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAuditKeywordsRequest() |
DescribeAuditKeywordsRequest(DescribeAuditKeywordsRequest 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 |
getContent()
Get 关键词搜索字段。
为空字符串时忽略。
|
Long[] |
getLabels()
Get 标签类别搜索。
|
String |
getLibId()
Get 关键词库 Id。
|
Long |
getLimit()
Get 单页条数,最大为100条,超过则按100条返回。
|
Long |
getOffset()
Get 获取偏移量。
|
void |
setContent(String Content)
Set 关键词搜索字段。
为空字符串时忽略。
|
void |
setLabels(Long[] Labels)
Set 标签类别搜索。
|
void |
setLibId(String LibId)
Set 关键词库 Id。
|
void |
setLimit(Long Limit)
Set 单页条数,最大为100条,超过则按100条返回。
|
void |
setOffset(Long Offset)
Set 获取偏移量。
|
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 DescribeAuditKeywordsRequest()
public DescribeAuditKeywordsRequest(DescribeAuditKeywordsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 获取偏移量。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 单页条数,最大为100条,超过则按100条返回。public String getLibId()
public void setLibId(String LibId)
LibId
- 关键词库 Id。public String getContent()
public void setContent(String Content)
Content
- 关键词搜索字段。
为空字符串时忽略。public Long[] getLabels()
public void setLabels(Long[] Labels)
Labels
- 标签类别搜索。Copyright © 2025. All rights reserved.