Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.DescribeApiResultServiceParametersInfo
-
Packages that use DescribeApiResultServiceParametersInfo Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of DescribeApiResultServiceParametersInfo in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return DescribeApiResultServiceParametersInfo Modifier and Type Method Description DescribeApiResultServiceParametersInfo[]ApiInfo. getServiceParameters()Get API的后端服务参数。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type DescribeApiResultServiceParametersInfo Modifier and Type Method Description voidApiInfo. setServiceParameters(DescribeApiResultServiceParametersInfo[] ServiceParameters)Set API的后端服务参数。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type DescribeApiResultServiceParametersInfo Constructor Description DescribeApiResultServiceParametersInfo(DescribeApiResultServiceParametersInfo 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.
-