Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ResponseErrorCodeReq
-
Packages that use ResponseErrorCodeReq Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ResponseErrorCodeReq in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return ResponseErrorCodeReq Modifier and Type Method Description ResponseErrorCodeReq[]CreateApiRequest. getResponseErrorCodes()Get 用户自定义错误码配置。ResponseErrorCodeReq[]ModifyApiRequest. getResponseErrorCodes()Get 用户自定义错误码配置。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ResponseErrorCodeReq Modifier and Type Method Description voidCreateApiRequest. setResponseErrorCodes(ResponseErrorCodeReq[] ResponseErrorCodes)Set 用户自定义错误码配置。voidModifyApiRequest. setResponseErrorCodes(ResponseErrorCodeReq[] ResponseErrorCodes)Set 用户自定义错误码配置。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ResponseErrorCodeReq Constructor Description ResponseErrorCodeReq(ResponseErrorCodeReq 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.
-