public static final class UpdateGatewayAuthConsumerResponseBody.Builder extends Object
public UpdateGatewayAuthConsumerResponseBody.Builder code(Integer code)
The status code. A value of 200 is returned if the request is successful.
example:200
public UpdateGatewayAuthConsumerResponseBody.Builder data(Long data)
The ID of the consumer.
example:2
public UpdateGatewayAuthConsumerResponseBody.Builder dynamicCode(String dynamicCode)
The dynamic part in the error message.
example:code
public UpdateGatewayAuthConsumerResponseBody.Builder dynamicMessage(String dynamicMessage)
The dynamic part in the error message. This parameter is used to replace the **%s** variable in the ErrMessage parameter.
example:If the return value of the ErrMessage parameter is The Value of Input Parameter %s is not valid and the return value of the DynamicMessage parameter is DtsJobId, the specified DtsJobId parameter is invalid.
The specified parameter is invalid.
public UpdateGatewayAuthConsumerResponseBody.Builder errorCode(String errorCode)
The error code that is returned.
example:mse-100-000
public UpdateGatewayAuthConsumerResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
example:200
public UpdateGatewayAuthConsumerResponseBody.Builder message(String message)
The error message returned.
example:The request is successfully processed.
public UpdateGatewayAuthConsumerResponseBody.Builder requestId(String requestId)
The ID of the request.
example:EE5C32A1-BC0E-4B79-817C-103E4EDF****
public UpdateGatewayAuthConsumerResponseBody.Builder success(Boolean success)
Indicates whether the request was successful. Valid values:
true: The request was successful.false: The request failed.true
public UpdateGatewayAuthConsumerResponseBody build()
Copyright © 2026. All rights reserved.