public class AttachedPluginSummary extends AbstractModel
Constructor and Description |
---|
AttachedPluginSummary() |
AttachedPluginSummary(AttachedPluginSummary 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 |
---|---|
AttachedPluginInfo[] |
getPluginSummary()
Get Information of bound plug-ins
|
Long |
getTotalCount()
Get Total number of bound plug-ins
|
void |
setPluginSummary(AttachedPluginInfo[] PluginSummary)
Set Information of bound plug-ins
|
void |
setTotalCount(Long TotalCount)
Set Total number of bound plug-ins
|
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 AttachedPluginSummary()
public AttachedPluginSummary(AttachedPluginSummary source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total number of bound plug-inspublic AttachedPluginInfo[] getPluginSummary()
public void setPluginSummary(AttachedPluginInfo[] PluginSummary)
PluginSummary
- Information of bound plug-insCopyright © 2023. All rights reserved.