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