public class DescribeGroupsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeGroupsRequest() |
DescribeGroupsRequest(DescribeGroupsRequest 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 |
getGroupId()
Get 图库ID,如果不为空,则返回指定库信息。
|
Long |
getLimit()
Get 返回数量,默认值为10,最大值为100。
|
Long |
getOffset()
Get 起始序号,默认值为0。
|
void |
setGroupId(String GroupId)
Set 图库ID,如果不为空,则返回指定库信息。
|
void |
setLimit(Long Limit)
Set 返回数量,默认值为10,最大值为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 DescribeGroupsRequest()
public DescribeGroupsRequest(DescribeGroupsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 起始序号,默认值为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认值为10,最大值为100。public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 图库ID,如果不为空,则返回指定库信息。Copyright © 2024. All rights reserved.