public class UpdateUserResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned if the request failed.
|
String |
errorMessage
The error message returned if the request failed.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request succeeded.
|
| 构造器和说明 |
|---|
UpdateUserResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateUserResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
UpdateUserResponseBody |
setErrorCode(String errorCode) |
UpdateUserResponseBody |
setErrorMessage(String errorMessage) |
UpdateUserResponseBody |
setRequestId(String requestId) |
UpdateUserResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="ErrorCode") public String errorCode
The error code returned if the request failed.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request failed.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:E9BEBF41-4F69-4605-A5D5-A67955173941
@NameInMap(value="Success") public Boolean success
Indicates whether the request succeeded.
example:false
public static UpdateUserResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateUserResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public UpdateUserResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public UpdateUserResponseBody setRequestId(String requestId)
public String getRequestId()
public UpdateUserResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.