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