Class APIDocs
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.APIDocs
-
public class APIDocs extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APIDoc[]getAPIDocSet()Get API文档基本信息LonggetTotalCount()Get API文档数量voidsetAPIDocSet(APIDoc[] APIDocSet)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
-
APIDocs
public APIDocs()
-
APIDocs
public APIDocs(APIDocs 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文档数量
-
getAPIDocSet
public APIDoc[] getAPIDocSet()
Get API文档基本信息- Returns:
- APIDocSet API文档基本信息
-
setAPIDocSet
public void setAPIDocSet(APIDoc[] APIDocSet)
Set API文档基本信息- Parameters:
APIDocSet- API文档基本信息
-
-