public class DescribeMasterSlaveServerGroupAttributeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
masterSlaveServerGroupId |
String |
ownerAccount |
Long |
ownerId |
String |
regionId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
| 构造器和说明 |
|---|
DescribeMasterSlaveServerGroupAttributeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeMasterSlaveServerGroupAttributeRequest |
build(Map<String,?> map) |
String |
getMasterSlaveServerGroupId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DescribeMasterSlaveServerGroupAttributeRequest |
setMasterSlaveServerGroupId(String masterSlaveServerGroupId) |
DescribeMasterSlaveServerGroupAttributeRequest |
setOwnerAccount(String ownerAccount) |
DescribeMasterSlaveServerGroupAttributeRequest |
setOwnerId(Long ownerId) |
DescribeMasterSlaveServerGroupAttributeRequest |
setRegionId(String regionId) |
DescribeMasterSlaveServerGroupAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeMasterSlaveServerGroupAttributeRequest |
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 DescribeMasterSlaveServerGroupAttributeRequest()
public static DescribeMasterSlaveServerGroupAttributeRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMasterSlaveServerGroupAttributeRequest setMasterSlaveServerGroupId(String masterSlaveServerGroupId)
public String getMasterSlaveServerGroupId()
public DescribeMasterSlaveServerGroupAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeMasterSlaveServerGroupAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeMasterSlaveServerGroupAttributeRequest setRegionId(String regionId)
public String getRegionId()
public DescribeMasterSlaveServerGroupAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeMasterSlaveServerGroupAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2023. All rights reserved.