Class DescribeGroupsWithPluginRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DescribeGroupsWithPluginRequest
-
public class DescribeGroupsWithPluginRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetBound()Get 绑定/未绑定: true / falseStringgetGatewayInstanceId()Get 网关实体IDLonggetLimit()Get 每页记录数量LonggetOffset()Get 翻页偏移量StringgetPluginId()Get 插件IDStringgetSearchWord()Get 搜索关键字voidsetBound(Boolean Bound)Set 绑定/未绑定: true / falsevoidsetGatewayInstanceId(String GatewayInstanceId)Set 网关实体IDvoidsetLimit(Long Limit)Set 每页记录数量voidsetOffset(Long Offset)Set 翻页偏移量voidsetPluginId(String PluginId)Set 插件IDvoidsetSearchWord(String SearchWord)Set 搜索关键字voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeGroupsWithPluginRequest
public DescribeGroupsWithPluginRequest()
-
DescribeGroupsWithPluginRequest
public 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.
-
-
Method Detail
-
getPluginId
public String getPluginId()
Get 插件ID- Returns:
- PluginId 插件ID
-
setPluginId
public void setPluginId(String PluginId)
Set 插件ID- Parameters:
PluginId- 插件ID
-
getOffset
public Long getOffset()
Get 翻页偏移量- Returns:
- Offset 翻页偏移量
-
setOffset
public void setOffset(Long Offset)
Set 翻页偏移量- Parameters:
Offset- 翻页偏移量
-
getLimit
public Long getLimit()
Get 每页记录数量- Returns:
- Limit 每页记录数量
-
setLimit
public void setLimit(Long Limit)
Set 每页记录数量- Parameters:
Limit- 每页记录数量
-
getBound
public Boolean getBound()
Get 绑定/未绑定: true / false- Returns:
- Bound 绑定/未绑定: true / false
-
setBound
public void setBound(Boolean Bound)
Set 绑定/未绑定: true / false- Parameters:
Bound- 绑定/未绑定: true / false
-
getSearchWord
public String getSearchWord()
Get 搜索关键字- Returns:
- SearchWord 搜索关键字
-
setSearchWord
public void setSearchWord(String SearchWord)
Set 搜索关键字- Parameters:
SearchWord- 搜索关键字
-
getGatewayInstanceId
public String getGatewayInstanceId()
Get 网关实体ID- Returns:
- GatewayInstanceId 网关实体ID
-
setGatewayInstanceId
public void setGatewayInstanceId(String GatewayInstanceId)
Set 网关实体ID- Parameters:
GatewayInstanceId- 网关实体ID
-
-