Class ApiInfoSummary
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.ApiInfoSummary
-
public class ApiInfoSummary extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AvailableApiInfo[]getApiSet()Get 插件相关的API信息。LonggetTotalCount()Get 插件相关的API总数。voidsetApiSet(AvailableApiInfo[] ApiSet)Set 插件相关的API信息。voidsetTotalCount(Long TotalCount)Set 插件相关的API总数。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ApiInfoSummary
public ApiInfoSummary()
-
ApiInfoSummary
public 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.
-
-
Method Detail
-
getTotalCount
public Long getTotalCount()
Get 插件相关的API总数。- Returns:
- TotalCount 插件相关的API总数。
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 插件相关的API总数。- Parameters:
TotalCount- 插件相关的API总数。
-
getApiSet
public AvailableApiInfo[] getApiSet()
Get 插件相关的API信息。- Returns:
- ApiSet 插件相关的API信息。
-
setApiSet
public void setApiSet(AvailableApiInfo[] ApiSet)
Set 插件相关的API信息。- Parameters:
ApiSet- 插件相关的API信息。
-
-