Class PluginSummary
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.PluginSummary
-
public class PluginSummary extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PluginSummary()PluginSummary(PluginSummary 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 Plugin[]getPluginSet()Get 插件详情。LonggetTotalCount()Get 插件个数。voidsetPluginSet(Plugin[] PluginSet)Set 插件详情。voidsetTotalCount(Long TotalCount)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
-
PluginSummary
public PluginSummary()
-
PluginSummary
public PluginSummary(PluginSummary 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
-
getTotalCount
public Long getTotalCount()
Get 插件个数。- Returns:
- TotalCount 插件个数。
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 插件个数。- Parameters:
TotalCount- 插件个数。
-
getPluginSet
public Plugin[] getPluginSet()
Get 插件详情。- Returns:
- PluginSet 插件详情。
-
setPluginSet
public void setPluginSet(Plugin[] PluginSet)
Set 插件详情。- Parameters:
PluginSet- 插件详情。
-
-