public class DeleteActivationRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
activationId
The ID of the activation code.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the activation code.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeleteActivationRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteActivationRequest |
build(Map<String,?> map) |
String |
getActivationId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteActivationRequest |
setActivationId(String activationId) |
DeleteActivationRequest |
setOwnerAccount(String ownerAccount) |
DeleteActivationRequest |
setOwnerId(Long ownerId) |
DeleteActivationRequest |
setRegionId(String regionId) |
DeleteActivationRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteActivationRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="ActivationId") public String activationId
The ID of the activation code.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the activation code. The following regions are supported: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), and China (Hong Kong).
You can call the [DescribeRegions](~~25609~~) operation to query the most recent region list.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeleteActivationRequest build(Map<String,?> map) throws Exception
Exception
public DeleteActivationRequest setActivationId(String activationId)
public String getActivationId()
public DeleteActivationRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteActivationRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteActivationRequest setRegionId(String regionId)
public String getRegionId()
public DeleteActivationRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteActivationRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2023. All rights reserved.