public class AttachedApiSummary extends AbstractModel
| Constructor and Description | 
|---|
| AttachedApiSummary() | 
| AttachedApiSummary(AttachedApiSummary 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 | 
|---|---|
| AttachedApiInfo[] | getAttachedApis()Get Information of the API bound with the plugin | 
| Long | getTotalCount()Get Number of APIs bound with the plugin | 
| void | setAttachedApis(AttachedApiInfo[] AttachedApis)Set Information of the API bound with the plugin | 
| void | setTotalCount(Long TotalCount)Set Number of APIs bound with the plugin | 
| 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, toJsonStringpublic AttachedApiSummary()
public AttachedApiSummary(AttachedApiSummary source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Number of APIs bound with the pluginpublic AttachedApiInfo[] getAttachedApis()
public void setAttachedApis(AttachedApiInfo[] AttachedApis)
AttachedApis - Information of the API bound with the pluginCopyright © 2022. All rights reserved.