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 插件相关的API信息。 | 
| Long | getTotalCount()Get 插件相关的API总数。 | 
| void | setApiSet(AvailableApiInfo[] ApiSet)Set 插件相关的API信息。 | 
| void | setTotalCount(Long TotalCount)Set 插件相关的API总数。 | 
| 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 ApiInfoSummary()
public ApiInfoSummary(ApiInfoSummary source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 插件相关的API总数。public AvailableApiInfo[] getApiSet()
public void setApiSet(AvailableApiInfo[] ApiSet)
ApiSet - 插件相关的API信息。Copyright © 2025. All rights reserved.