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