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