public class DescribeUsgRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeUsgRequest() |
DescribeUsgRequest(DescribeUsgRequest 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 |
getLimit()
Get 返回量,当Offset和Limit均为0时将一次性返回用户所有的安全组列表。
|
Long |
getOffset()
Get 偏移量,当Offset和Limit均为0时将一次性返回用户所有的安全组列表。
|
String |
getSearchWord()
Get 过滤条件,支持安全组id
|
void |
setLimit(Long Limit)
Set 返回量,当Offset和Limit均为0时将一次性返回用户所有的安全组列表。
|
void |
setOffset(Long Offset)
Set 偏移量,当Offset和Limit均为0时将一次性返回用户所有的安全组列表。
|
void |
setSearchWord(String SearchWord)
Set 过滤条件,支持安全组id
|
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 DescribeUsgRequest()
public DescribeUsgRequest(DescribeUsgRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,当Offset和Limit均为0时将一次性返回用户所有的安全组列表。public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回量,当Offset和Limit均为0时将一次性返回用户所有的安全组列表。public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord - 过滤条件,支持安全组idCopyright © 2025. All rights reserved.