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