public class AlipayEbppIndustryBotChatQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayEbppIndustryBotChatQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<BotChatLog> |
getAnswerList() |
Long |
getCurrentPage() |
Boolean |
getHasNext() |
Long |
getTotal() |
void |
setAnswerList(List<BotChatLog> answerList) |
void |
setCurrentPage(Long currentPage) |
void |
setHasNext(Boolean hasNext) |
void |
setTotal(Long total) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setAnswerList(List<BotChatLog> answerList)
public List<BotChatLog> getAnswerList()
public void setCurrentPage(Long currentPage)
public Long getCurrentPage()
public void setHasNext(Boolean hasNext)
public Boolean getHasNext()
public void setTotal(Long total)
public Long getTotal()
Copyright © 2024. All rights reserved.