public class CreateProxyAccessResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned to the query task.
|
String |
errorMessage
The error message that is returned.
|
Long |
proxyAccessId
The ID of the security protection authorization.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the call was successful.
|
| 构造器和说明 |
|---|
CreateProxyAccessResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateProxyAccessResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
Long |
getProxyAccessId() |
String |
getRequestId() |
Boolean |
getSuccess() |
CreateProxyAccessResponseBody |
setErrorCode(String errorCode) |
CreateProxyAccessResponseBody |
setErrorMessage(String errorMessage) |
CreateProxyAccessResponseBody |
setProxyAccessId(Long proxyAccessId) |
CreateProxyAccessResponseBody |
setRequestId(String requestId) |
CreateProxyAccessResponseBody |
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="ProxyAccessId") public Long proxyAccessId
The ID of the security protection authorization. After the security protection agent authorizes the target user, the system automatically generates a security protection authorization ID. The ID is globally unique.
example:1
@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 CreateProxyAccessResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateProxyAccessResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public CreateProxyAccessResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public CreateProxyAccessResponseBody setProxyAccessId(Long proxyAccessId)
public Long getProxyAccessId()
public CreateProxyAccessResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateProxyAccessResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.