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