public class AttachedApiSummary extends AbstractModel
header, skipSign| 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 插件绑定的API信息。 | 
| Long | getTotalCount()Get 插件绑定的API数量。 | 
| void | setAttachedApis(AttachedApiInfo[] AttachedApis)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 AttachedApiSummary()
public AttachedApiSummary(AttachedApiSummary source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 插件绑定的API数量。public AttachedApiInfo[] getAttachedApis()
public void setAttachedApis(AttachedApiInfo[] AttachedApis)
AttachedApis - 插件绑定的API信息。Copyright © 2025. All rights reserved.