public class DeleteMasterSlaveServerGroupRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
masterSlaveServerGroupId |
String |
ownerAccount |
Long |
ownerId |
String |
regionId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
| 构造器和说明 |
|---|
DeleteMasterSlaveServerGroupRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteMasterSlaveServerGroupRequest |
build(Map<String,?> map) |
String |
getMasterSlaveServerGroupId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteMasterSlaveServerGroupRequest |
setMasterSlaveServerGroupId(String masterSlaveServerGroupId) |
DeleteMasterSlaveServerGroupRequest |
setOwnerAccount(String ownerAccount) |
DeleteMasterSlaveServerGroupRequest |
setOwnerId(Long ownerId) |
DeleteMasterSlaveServerGroupRequest |
setRegionId(String regionId) |
DeleteMasterSlaveServerGroupRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteMasterSlaveServerGroupRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="MasterSlaveServerGroupId") public String masterSlaveServerGroupId
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeleteMasterSlaveServerGroupRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteMasterSlaveServerGroupRequest setMasterSlaveServerGroupId(String masterSlaveServerGroupId)
public String getMasterSlaveServerGroupId()
public DeleteMasterSlaveServerGroupRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteMasterSlaveServerGroupRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteMasterSlaveServerGroupRequest setRegionId(String regionId)
public String getRegionId()
public DeleteMasterSlaveServerGroupRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteMasterSlaveServerGroupRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2023. All rights reserved.