public class StopRobotTaskRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
Long |
taskId |
| 构造器和说明 |
|---|
StopRobotTaskRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static StopRobotTaskRequest |
build(Map<String,?> map) |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Long |
getTaskId() |
StopRobotTaskRequest |
setOwnerId(Long ownerId) |
StopRobotTaskRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
StopRobotTaskRequest |
setResourceOwnerId(Long resourceOwnerId) |
StopRobotTaskRequest |
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 StopRobotTaskRequest build(Map<String,?> map) throws Exception
Exceptionpublic StopRobotTaskRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public StopRobotTaskRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public StopRobotTaskRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public StopRobotTaskRequest setTaskId(Long taskId)
public Long getTaskId()
Copyright © 2021. All rights reserved.