public class DescribeTagKeysRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeTagKeysRequest() |
DescribeTagKeysRequest(DescribeTagKeysRequest 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 |
getCategory()
Get 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。
|
Long |
getCreateUin()
Get 创建者用户 Uin,不传或为空只将 Uin 作为条件查询
|
Long |
getLimit()
Get 每页大小,默认为 15,最大1000
|
Long |
getOffset()
Get 数据偏移量,默认为 0, 必须为Limit参数的整数倍
|
Long |
getShowProject()
Get 是否展现项目。1:展示 0:不展示
|
void |
setCategory(String Category)
Set 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。
|
void |
setCreateUin(Long CreateUin)
Set 创建者用户 Uin,不传或为空只将 Uin 作为条件查询
|
void |
setLimit(Long Limit)
Set 每页大小,默认为 15,最大1000
|
void |
setOffset(Long Offset)
Set 数据偏移量,默认为 0, 必须为Limit参数的整数倍
|
void |
setShowProject(Long ShowProject)
Set 是否展现项目。1:展示 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, toJsonStringpublic DescribeTagKeysRequest()
public DescribeTagKeysRequest(DescribeTagKeysRequest source)
public Long getCreateUin()
public void setCreateUin(Long CreateUin)
CreateUin - 创建者用户 Uin,不传或为空只将 Uin 作为条件查询public Long getOffset()
public void setOffset(Long Offset)
Offset - 数据偏移量,默认为 0, 必须为Limit参数的整数倍public Long getLimit()
public void setLimit(Long Limit)
Limit - 每页大小,默认为 15,最大1000public Long getShowProject()
public void setShowProject(Long ShowProject)
ShowProject - 是否展现项目。1:展示 0:不展示public String getCategory()
public void setCategory(String Category)
Category - 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。Copyright © 2024. All rights reserved.