public class DeleteActivationRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
activationId
The ID of the request.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The 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 request.
This parameter is required.
example:4ECEEE12-56F1-4FBC-9AB1-890F1234****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the activation code.
This parameter is required.
example:cn-hangzhou
@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 © 2024. All rights reserved.