Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ApiInfo
-
Packages that use ApiInfo Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ApiInfo in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return ApiInfo Modifier and Type Method Description ApiInfoDescribeApiForApiAppResponse. getResult()Get API 详情。ApiInfoDescribeApiResponse. getResult()Get API 详情。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ApiInfo Modifier and Type Method Description voidDescribeApiForApiAppResponse. setResult(ApiInfo Result)Set API 详情。voidDescribeApiResponse. setResult(ApiInfo Result)Set API 详情。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ApiInfo Constructor Description ApiInfo(ApiInfo 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.
-