Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ServiceParameter
-
Packages that use ServiceParameter Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ServiceParameter in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return ServiceParameter Modifier and Type Method Description ServiceParameter[]CreateApiRequest. getServiceParameters()Get API的后端服务参数。ServiceParameter[]ModifyApiRequest. getServiceParameters()Get API的后端服务参数。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ServiceParameter Modifier and Type Method Description voidCreateApiRequest. setServiceParameters(ServiceParameter[] ServiceParameters)Set API的后端服务参数。voidModifyApiRequest. setServiceParameters(ServiceParameter[] ServiceParameters)Set API的后端服务参数。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ServiceParameter Constructor Description ServiceParameter(ServiceParameter 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.
-