public class PluginSummary extends AbstractModel
header, skipSign| Constructor and 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. | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PluginSummary()
public PluginSummary(PluginSummary source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 插件个数。public Plugin[] getPluginSet()
public void setPluginSet(Plugin[] PluginSet)
PluginSet - 插件详情。Copyright © 2025. All rights reserved.