public class QAQuery extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
QAQuery()  | 
QAQuery(QAQuery source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long[] | 
getAcceptStatus()
Get Verification status. 
 | 
String | 
getBotBizId()
Get Application ID. 
 | 
String | 
getCateBizId()
Get Category ID. 
 | 
String | 
getDocBizId()
Get Document ID. 
 | 
Long | 
getPageNumber()
Get Page number. 
 | 
Long | 
getPageSize()
Get Number of items per page. 
 | 
String | 
getQaBizId()
Get Q&A ID. 
 | 
String | 
getQuery()
Get Query content. 
 | 
String | 
getQueryAnswer()
Get Query an answer. 
 | 
String | 
getQueryType()
Get Query type: filename, attribute label. 
 | 
Long[] | 
getReleaseStatus()
Get Release status. 
 | 
Long | 
getSource()
Get Source. 
 | 
void | 
setAcceptStatus(Long[] AcceptStatus)
Set Verification status. 
 | 
void | 
setBotBizId(String BotBizId)
Set Application ID. 
 | 
void | 
setCateBizId(String CateBizId)
Set Category ID. 
 | 
void | 
setDocBizId(String DocBizId)
Set Document ID. 
 | 
void | 
setPageNumber(Long PageNumber)
Set Page number. 
 | 
void | 
setPageSize(Long PageSize)
Set Number of items per page. 
 | 
void | 
setQaBizId(String QaBizId)
Set Q&A ID. 
 | 
void | 
setQuery(String Query)
Set Query content. 
 | 
void | 
setQueryAnswer(String QueryAnswer)
Set Query an answer. 
 | 
void | 
setQueryType(String QueryType)
Set Query type: filename, attribute label. 
 | 
void | 
setReleaseStatus(Long[] ReleaseStatus)
Set Release status. 
 | 
void | 
setSource(Long Source)
Set Source. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QAQuery()
public QAQuery(QAQuery source)
public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - Page number.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Number of items per page.public String getBotBizId()
public void setBotBizId(String BotBizId)
BotBizId - Application ID.public String getQuery()
public void setQuery(String Query)
Query - Query content.public String getCateBizId()
public void setCateBizId(String CateBizId)
CateBizId - Category ID.public Long[] getAcceptStatus()
public void setAcceptStatus(Long[] AcceptStatus)
AcceptStatus - Verification status.public Long[] getReleaseStatus()
public void setReleaseStatus(Long[] ReleaseStatus)
ReleaseStatus - Release status.public String getDocBizId()
public void setDocBizId(String DocBizId)
DocBizId - Document ID.public String getQaBizId()
public void setQaBizId(String QaBizId)
QaBizId - Q&A ID.public Long getSource()
public void setSource(Long Source)
Source - Source.public String getQueryAnswer()
public void setQueryAnswer(String QueryAnswer)
QueryAnswer - Query an answer.public String getQueryType()
public void setQueryType(String QueryType)
QueryType - Query type: filename, attribute label.Copyright © 2025. All rights reserved.