Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ApiRequestConfig
-
Packages that use ApiRequestConfig Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ApiRequestConfig in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return ApiRequestConfig Modifier and Type Method Description ApiRequestConfigCreateApiRequest. getRequestConfig()Get 请求的前端配置。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ApiRequestConfig Modifier and Type Method Description voidCreateApiRequest. setRequestConfig(ApiRequestConfig RequestConfig)Set 请求的前端配置。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ApiRequestConfig Constructor Description ApiRequestConfig(ApiRequestConfig 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.
-