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