public class DescribeRestoreTablesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clusterId |
String |
restoreRecordId |
| 构造器和说明 |
|---|
DescribeRestoreTablesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeRestoreTablesRequest |
build(Map<String,?> map) |
String |
getClusterId() |
String |
getRestoreRecordId() |
DescribeRestoreTablesRequest |
setClusterId(String clusterId) |
DescribeRestoreTablesRequest |
setRestoreRecordId(String restoreRecordId) |
@NameInMap(value="ClusterId") public String clusterId
@NameInMap(value="RestoreRecordId") public String restoreRecordId
public static DescribeRestoreTablesRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeRestoreTablesRequest setClusterId(String clusterId)
public String getClusterId()
public DescribeRestoreTablesRequest setRestoreRecordId(String restoreRecordId)
public String getRestoreRecordId()
Copyright © 2023. All rights reserved.