public class DescribeGtmRecoveryPlanRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
lang |
Long |
recoveryPlanId |
| 构造器和说明 |
|---|
DescribeGtmRecoveryPlanRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeGtmRecoveryPlanRequest |
build(Map<String,?> map) |
String |
getLang() |
Long |
getRecoveryPlanId() |
DescribeGtmRecoveryPlanRequest |
setLang(String lang) |
DescribeGtmRecoveryPlanRequest |
setRecoveryPlanId(Long recoveryPlanId) |
@NameInMap(value="Lang") public String lang
@NameInMap(value="RecoveryPlanId") public Long recoveryPlanId
public static DescribeGtmRecoveryPlanRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeGtmRecoveryPlanRequest setLang(String lang)
public String getLang()
public DescribeGtmRecoveryPlanRequest setRecoveryPlanId(Long recoveryPlanId)
public Long getRecoveryPlanId()
Copyright © 2022. All rights reserved.