public class CancelDeletionResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The ID of the request.
|
Boolean |
result
Indicates whether the cluster is restored.
|
构造器和说明 |
---|
CancelDeletionResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CancelDeletionResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
Boolean |
getResult() |
CancelDeletionResponseBody |
setRequestId(String requestId) |
CancelDeletionResponseBody |
setResult(Boolean result) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Result") public Boolean result
Indicates whether the cluster is restored. Valid values:
* true: The cluster is restored.
* false: The cluster fails to be restored.
public static CancelDeletionResponseBody build(Map<String,?> map) throws Exception
Exception
public CancelDeletionResponseBody setRequestId(String requestId)
public String getRequestId()
public CancelDeletionResponseBody setResult(Boolean result)
public Boolean getResult()
Copyright © 2024. All rights reserved.