public class DescribePluginInstancesRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getBound()
Get 绑定: true; 未绑定: false
|
Long |
getLimit()
Get 每页展示的条数
|
Long |
getOffset()
Get 翻页偏移量
|
String |
getScopeValue()
Get 分组或者API的ID
|
String |
getSearchWord()
Get 搜索关键字
|
String |
getType()
Get 插件类型
|
void |
setBound(Boolean Bound)
Set 绑定: true; 未绑定: false
|
void |
setLimit(Long Limit)
Set 每页展示的条数
|
void |
setOffset(Long Offset)
Set 翻页偏移量
|
void |
setScopeValue(String ScopeValue)
Set 分组或者API的ID
|
void |
setSearchWord(String SearchWord)
Set 搜索关键字
|
void |
setType(String Type)
Set 插件类型
|
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 DescribePluginInstancesRequest()
public DescribePluginInstancesRequest(DescribePluginInstancesRequest source)
public String getScopeValue()
public void setScopeValue(String ScopeValue)
ScopeValue
- 分组或者API的IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 翻页偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页展示的条数public Boolean getBound()
public void setBound(Boolean Bound)
Bound
- 绑定: true; 未绑定: falsepublic String getType()
public void setType(String Type)
Type
- 插件类型public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 搜索关键字Copyright © 2024. All rights reserved.