Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.DescribeServiceResponse
-
Packages that use DescribeServiceResponse Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of DescribeServiceResponse in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 that return DescribeServiceResponse Modifier and Type Method Description DescribeServiceResponseApigatewayClient. DescribeService(DescribeServiceRequest req)本接口(DescribeService)用于查询一个服务的详细信息、包括服务的描述、域名、协议、创建时间、发布情况等信息。 -
Uses of DescribeServiceResponse in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type DescribeServiceResponse Constructor Description DescribeServiceResponse(DescribeServiceResponse 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.
-