@Deprecated 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.