Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.APIDocs
-
Packages that use APIDocs Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of APIDocs in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return APIDocs Modifier and Type Method Description APIDocsDescribeAPIDocsResponse. getResult()Get API文档列表信息Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type APIDocs Modifier and Type Method Description voidDescribeAPIDocsResponse. setResult(APIDocs Result)Set API文档列表信息Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type APIDocs Constructor Description 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.
-