public class InspectProxyAccessSecretResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accessSecret
The authorization password of the security protection agent.
|
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.
|
| 构造器和说明 |
|---|
InspectProxyAccessSecretResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static InspectProxyAccessSecretResponseBody |
build(Map<String,?> map) |
String |
getAccessSecret() |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
InspectProxyAccessSecretResponseBody |
setAccessSecret(String accessSecret) |
InspectProxyAccessSecretResponseBody |
setErrorCode(String errorCode) |
InspectProxyAccessSecretResponseBody |
setErrorMessage(String errorMessage) |
InspectProxyAccessSecretResponseBody |
setRequestId(String requestId) |
InspectProxyAccessSecretResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="AccessSecret") public String accessSecret
The authorization password of the security protection agent.
example:xxx
@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 InspectProxyAccessSecretResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic InspectProxyAccessSecretResponseBody setAccessSecret(String accessSecret)
public String getAccessSecret()
public InspectProxyAccessSecretResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public InspectProxyAccessSecretResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public InspectProxyAccessSecretResponseBody setRequestId(String requestId)
public String getRequestId()
public InspectProxyAccessSecretResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.