public class CreateStandardQuestionRequest extends AbstractRequestModel<StandardQuestionResponse>
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
botId
机器人ID
|
private Integer |
categoryId
分类ID
|
private String[] |
tagIdList
标签ID集合
|
private String |
title
标准问问题
|
fileMap, model| 构造器和说明 |
|---|
CreateStandardQuestionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBotId() |
Integer |
getCategoryId() |
Class<StandardQuestionResponse> |
getResponseClass()
获取响应对象
|
String[] |
getTagIdList() |
String |
getTitle() |
void |
setBotId(String botId) |
void |
setCategoryId(Integer categoryId) |
void |
setTagIdList(String[] tagIdList) |
void |
setTitle(String title) |
expires, expires, generateUri, getFileMap, getModel, getPath, httpMethod, isMultipartFormData, putBodyParameter, putQueryParameter, setFileMap, setModel, setPath, signRequestprivate String botId
private String title
private Integer categoryId
private String[] tagIdList
public String getBotId()
public void setBotId(String botId)
public String getTitle()
public void setTitle(String title)
public Integer getCategoryId()
public void setCategoryId(Integer categoryId)
public String[] getTagIdList()
public void setTagIdList(String[] tagIdList)
public Class<StandardQuestionResponse> getResponseClass()
AbstractRequestModelgetResponseClass 在类中 AbstractRequestModel<StandardQuestionResponse>Copyright © 2024. All rights reserved.