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