public class DeleteProxyResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned to the query task.
|
String |
errorMessage
The error message that is returned.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the call was successful.
|
| 构造器和说明 |
|---|
DeleteProxyResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteProxyResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
DeleteProxyResponseBody |
setErrorCode(String errorCode) |
DeleteProxyResponseBody |
setErrorMessage(String errorMessage) |
DeleteProxyResponseBody |
setRequestId(String requestId) |
DeleteProxyResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="ErrorCode") public String errorCode
The error code returned to the query task.
example:200
@NameInMap(value="ErrorMessage") public String errorMessage
The error message that is returned.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931
@NameInMap(value="Success") public Boolean success
Indicates whether the call was successful.
example:true
public static DeleteProxyResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteProxyResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public DeleteProxyResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public DeleteProxyResponseBody setRequestId(String requestId)
public String getRequestId()
public DeleteProxyResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.