public class PluginSummary extends AbstractModel
Constructor and Description |
---|
PluginSummary() |
Modifier and Type | Method and Description |
---|---|
Plugin[] |
getPluginSet()
Get 插件详情。
|
Long |
getTotalCount()
Get 插件个数。
|
void |
setPluginSet(Plugin[] PluginSet)
Set 插件详情。
|
void |
setTotalCount(Long TotalCount)
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 Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 插件个数。public Plugin[] getPluginSet()
public void setPluginSet(Plugin[] PluginSet)
PluginSet
- 插件详情。Copyright © 2021. All rights reserved.