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