public class DeleteVpnAttachmentResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
code
The status code returned by the current operation.
|
String |
message
The information returned by the current operation.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the current operation is successful.
|
构造器和说明 |
---|
DeleteVpnAttachmentResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteVpnAttachmentResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
DeleteVpnAttachmentResponseBody |
setCode(String code) |
DeleteVpnAttachmentResponseBody |
setMessage(String message) |
DeleteVpnAttachmentResponseBody |
setRequestId(String requestId) |
DeleteVpnAttachmentResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
The status code returned by the current operation. 200 indicates that the operation is successful.
example:200
@NameInMap(value="Message") public String message
The information returned by the current operation.
example:successful
@NameInMap(value="RequestId") public String requestId
The request ID.
example:29440C49-398F-3D06-BA8B-E3CD13F3246D
@NameInMap(value="Success") public Boolean success
Indicates whether the current operation is successful.
true
public static DeleteVpnAttachmentResponseBody build(Map<String,?> map) throws Exception
Exception
public DeleteVpnAttachmentResponseBody setCode(String code)
public String getCode()
public DeleteVpnAttachmentResponseBody setMessage(String message)
public String getMessage()
public DeleteVpnAttachmentResponseBody setRequestId(String requestId)
public String getRequestId()
public DeleteVpnAttachmentResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.