public class DescribeTagKeysRequest extends AbstractModel
| 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 |
|---|---|
Long |
getCreateUin()
Get 创建者用户 Uin,不传或为空只将 Uin 作为条件查询
|
Long |
getLimit()
Get 每页大小,默认为 15
|
Long |
getOffset()
Get 数据偏移量,默认为 0, 必须为Limit参数的整数倍
|
Long |
getShowProject()
Get 是否展现项目
|
void |
setCreateUin(Long CreateUin)
Set 创建者用户 Uin,不传或为空只将 Uin 作为条件查询
|
void |
setLimit(Long Limit)
Set 每页大小,默认为 15
|
void |
setOffset(Long Offset)
Set 数据偏移量,默认为 0, 必须为Limit参数的整数倍
|
void |
setShowProject(Long ShowProject)
Set 是否展现项目
|
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 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 - 每页大小,默认为 15public Long getShowProject()
public void setShowProject(Long ShowProject)
ShowProject - 是否展现项目Copyright © 2021. All rights reserved.