public class CreateProxyResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned.
|
String |
errorMessage
The error message returned.
|
Long |
proxyId
The ID of the secure access proxy.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
CreateProxyResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateProxyResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
Long |
getProxyId() |
String |
getRequestId() |
Boolean |
getSuccess() |
CreateProxyResponseBody |
setErrorCode(String errorCode) |
CreateProxyResponseBody |
setErrorMessage(String errorMessage) |
CreateProxyResponseBody |
setProxyId(Long proxyId) |
CreateProxyResponseBody |
setRequestId(String requestId) |
CreateProxyResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="ErrorCode") public String errorCode
The error code returned.
example:InvalidParameterValid
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned.
example:the instance proxy already exists.
@NameInMap(value="ProxyId") public Long proxyId
The ID of the secure access proxy.
example:4**
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:4FFD154E-F57F-5374-B568-D6276F15****
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static CreateProxyResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateProxyResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public CreateProxyResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public CreateProxyResponseBody setProxyId(Long proxyId)
public Long getProxyId()
public CreateProxyResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateProxyResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.