Class DescribePluginInstancesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DescribePluginInstancesRequest
-
public class DescribePluginInstancesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribePluginInstancesRequest()DescribePluginInstancesRequest(DescribePluginInstancesRequest 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; 未绑定: falseLonggetLimit()Get 每页展示的条数LonggetOffset()Get 翻页偏移量StringgetScopeValue()Get 分组或者API的IDStringgetSearchWord()Get 搜索关键字StringgetType()Get 插件类型voidsetBound(Boolean Bound)Set 绑定: true; 未绑定: falsevoidsetLimit(Long Limit)Set 每页展示的条数voidsetOffset(Long Offset)Set 翻页偏移量voidsetScopeValue(String ScopeValue)Set 分组或者API的IDvoidsetSearchWord(String SearchWord)Set 搜索关键字voidsetType(String Type)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
-
DescribePluginInstancesRequest
public DescribePluginInstancesRequest()
-
DescribePluginInstancesRequest
public DescribePluginInstancesRequest(DescribePluginInstancesRequest 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
-
getScopeValue
public String getScopeValue()
Get 分组或者API的ID- Returns:
- ScopeValue 分组或者API的ID
-
setScopeValue
public void setScopeValue(String ScopeValue)
Set 分组或者API的ID- Parameters:
ScopeValue- 分组或者API的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
-
getType
public String getType()
Get 插件类型- Returns:
- Type 插件类型
-
setType
public void setType(String Type)
Set 插件类型- Parameters:
Type- 插件类型
-
getSearchWord
public String getSearchWord()
Get 搜索关键字- Returns:
- SearchWord 搜索关键字
-
setSearchWord
public void setSearchWord(String SearchWord)
Set 搜索关键字- Parameters:
SearchWord- 搜索关键字
-
-