public class RobotMessageFileDownloadRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
downloadCode |
String |
robotCode |
| 构造器和说明 |
|---|
RobotMessageFileDownloadRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RobotMessageFileDownloadRequest |
build(Map<String,?> map) |
String |
getDownloadCode() |
String |
getRobotCode() |
RobotMessageFileDownloadRequest |
setDownloadCode(String downloadCode) |
RobotMessageFileDownloadRequest |
setRobotCode(String robotCode) |
@NameInMap(value="downloadCode") public String downloadCode
@NameInMap(value="robotCode") public String robotCode
public static RobotMessageFileDownloadRequest build(Map<String,?> map) throws Exception
Exceptionpublic RobotMessageFileDownloadRequest setDownloadCode(String downloadCode)
public String getDownloadCode()
public RobotMessageFileDownloadRequest setRobotCode(String robotCode)
public String getRobotCode()
Copyright © 2023. All rights reserved.