public class DescribeIMRobotsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
page
The number of the page to return.
|
String |
robotIds
The chatbot IDs.
|
String |
robotName
The name of the IM chatbot.
|
Long |
size
The number of IM chatbots to return on each page.
|
| 构造器和说明 |
|---|
DescribeIMRobotsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeIMRobotsRequest |
build(Map<String,?> map) |
Long |
getPage() |
String |
getRobotIds() |
String |
getRobotName() |
Long |
getSize() |
DescribeIMRobotsRequest |
setPage(Long page) |
DescribeIMRobotsRequest |
setRobotIds(String robotIds) |
DescribeIMRobotsRequest |
setRobotName(String robotName) |
DescribeIMRobotsRequest |
setSize(Long size) |
@NameInMap(value="Page") public Long page
The number of the page to return.
This parameter is required.
example:1
@NameInMap(value="RobotIds") public String robotIds
The chatbot IDs.
example:123
@NameInMap(value="RobotName") public String robotName
The name of the IM chatbot.
example:Chatbot name
@NameInMap(value="Size") public Long size
The number of IM chatbots to return on each page.
This parameter is required.
example:20
public static DescribeIMRobotsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeIMRobotsRequest setPage(Long page)
public Long getPage()
public DescribeIMRobotsRequest setRobotIds(String robotIds)
public String getRobotIds()
public DescribeIMRobotsRequest setRobotName(String robotName)
public String getRobotName()
public DescribeIMRobotsRequest setSize(Long size)
public Long getSize()
Copyright © 2024. All rights reserved.