public class DescribeGroupsWithPluginRequest extends AbstractModel
Constructor and Description |
---|
DescribeGroupsWithPluginRequest() |
DescribeGroupsWithPluginRequest(DescribeGroupsWithPluginRequest 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 |
---|---|
Boolean |
getBound()
Get 绑定/未绑定: true / false
|
String |
getGatewayInstanceId()
Get 网关实体ID
|
Long |
getLimit()
Get 每页记录数量
|
Long |
getOffset()
Get 翻页偏移量
|
String |
getPluginId()
Get 插件ID
|
String |
getSearchWord()
Get 搜索关键字
|
void |
setBound(Boolean Bound)
Set 绑定/未绑定: true / false
|
void |
setGatewayInstanceId(String GatewayInstanceId)
Set 网关实体ID
|
void |
setLimit(Long Limit)
Set 每页记录数量
|
void |
setOffset(Long Offset)
Set 翻页偏移量
|
void |
setPluginId(String PluginId)
Set 插件ID
|
void |
setSearchWord(String SearchWord)
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, toJsonString
public DescribeGroupsWithPluginRequest()
public DescribeGroupsWithPluginRequest(DescribeGroupsWithPluginRequest source)
public String getPluginId()
public void setPluginId(String PluginId)
PluginId
- 插件IDpublic Boolean getBound()
public void setBound(Boolean Bound)
Bound
- 绑定/未绑定: true / falsepublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 翻页偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页记录数量public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 搜索关键字public String getGatewayInstanceId()
public void setGatewayInstanceId(String GatewayInstanceId)
GatewayInstanceId
- 网关实体IDCopyright © 2022. All rights reserved.