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