public class AllocateEipAddressRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
activityId |
String |
bandwidth |
String |
clientToken |
String |
internetChargeType |
String |
ISP |
String |
ownerAccount |
Long |
ownerId |
String |
regionId
This parameter is required.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
AllocateEipAddressRequest() |
限定符和类型 | 方法和说明 |
---|---|
static AllocateEipAddressRequest |
build(Map<String,?> map) |
Long |
getActivityId() |
String |
getBandwidth() |
String |
getClientToken() |
String |
getInternetChargeType() |
String |
getISP() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
AllocateEipAddressRequest |
setActivityId(Long activityId) |
AllocateEipAddressRequest |
setBandwidth(String bandwidth) |
AllocateEipAddressRequest |
setClientToken(String clientToken) |
AllocateEipAddressRequest |
setInternetChargeType(String internetChargeType) |
AllocateEipAddressRequest |
setISP(String ISP) |
AllocateEipAddressRequest |
setOwnerAccount(String ownerAccount) |
AllocateEipAddressRequest |
setOwnerId(Long ownerId) |
AllocateEipAddressRequest |
setRegionId(String regionId) |
AllocateEipAddressRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
AllocateEipAddressRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="ActivityId") public Long activityId
@NameInMap(value="Bandwidth") public String bandwidth
@NameInMap(value="ClientToken") public String clientToken
@NameInMap(value="ISP") public String ISP
@NameInMap(value="InternetChargeType") public String internetChargeType
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
This parameter is required.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static AllocateEipAddressRequest build(Map<String,?> map) throws Exception
Exception
public AllocateEipAddressRequest setActivityId(Long activityId)
public Long getActivityId()
public AllocateEipAddressRequest setBandwidth(String bandwidth)
public String getBandwidth()
public AllocateEipAddressRequest setClientToken(String clientToken)
public String getClientToken()
public AllocateEipAddressRequest setISP(String ISP)
public String getISP()
public AllocateEipAddressRequest setInternetChargeType(String internetChargeType)
public String getInternetChargeType()
public AllocateEipAddressRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public AllocateEipAddressRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public AllocateEipAddressRequest setRegionId(String regionId)
public String getRegionId()
public AllocateEipAddressRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public AllocateEipAddressRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.