public class ApiInfoSummary extends AbstractModel
header, skipSign
Constructor and Description |
---|
ApiInfoSummary() |
ApiInfoSummary(ApiInfoSummary 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 |
---|---|
AvailableApiInfo[] |
getApiSet()
Get Information of the APIs that can use this plugin
|
Long |
getTotalCount()
Get Total number of APIs that can use this plugin
|
void |
setApiSet(AvailableApiInfo[] ApiSet)
Set Information of the APIs that can use this plugin
|
void |
setTotalCount(Long TotalCount)
Set Total number of APIs that can use this plugin
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ApiInfoSummary()
public ApiInfoSummary(ApiInfoSummary source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total number of APIs that can use this pluginpublic AvailableApiInfo[] getApiSet()
public void setApiSet(AvailableApiInfo[] ApiSet)
ApiSet
- Information of the APIs that can use this pluginCopyright © 2024. All rights reserved.