public static final class DeleteGatewayAuthConsumerResponseBody.Builder extends Object
public DeleteGatewayAuthConsumerResponseBody.Builder code(Integer code)
The status code. A value of 200 is returned if the request is successful.
example:200
public DeleteGatewayAuthConsumerResponseBody.Builder data(Boolean data)
Indicates whether the execution was successful. Valid values:
true
public DeleteGatewayAuthConsumerResponseBody.Builder dynamicCode(String dynamicCode)
The dynamic part in the error message.
example:code
public DeleteGatewayAuthConsumerResponseBody.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 DeleteGatewayAuthConsumerResponseBody.Builder errorCode(String errorCode)
The error code returned if the request failed.
example:mse-100-000
public DeleteGatewayAuthConsumerResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code.
example:200
public DeleteGatewayAuthConsumerResponseBody.Builder message(String message)
The message returned.
example:The request is successfully processed.
public DeleteGatewayAuthConsumerResponseBody.Builder requestId(String requestId)
The request ID.
example:69AD2AA7-DB47-449B-941B-B14409DF****
public DeleteGatewayAuthConsumerResponseBody.Builder success(Boolean success)
Indicates whether the request was successful. Valid values:
true: The request was successful.false: The request failed.true
public DeleteGatewayAuthConsumerResponseBody build()
Copyright © 2026. All rights reserved.