public class StopTaskRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
Long |
taskId |
构造器和说明 |
---|
StopTaskRequest() |
限定符和类型 | 方法和说明 |
---|---|
static StopTaskRequest |
build(Map<String,?> map) |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Long |
getTaskId() |
StopTaskRequest |
setOwnerId(Long ownerId) |
StopTaskRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
StopTaskRequest |
setResourceOwnerId(Long resourceOwnerId) |
StopTaskRequest |
setTaskId(Long taskId) |
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="TaskId") public Long taskId
public static StopTaskRequest build(Map<String,?> map) throws Exception
Exception
public StopTaskRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public StopTaskRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public StopTaskRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public StopTaskRequest setTaskId(Long taskId)
public Long getTaskId()
Copyright © 2023. All rights reserved.