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