public class ListQaItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ListQaItem()  | 
ListQaItem(ListQaItem 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 | 
|---|---|
String | 
getAnswer()
Get Answer. 
 | 
AttrLabel[] | 
getAttrLabels()
Get Attribute label. 
 | 
Long | 
getAttrRange()
Get Applicable range of attribute label, 1: all, 2: by conditions. 
 | 
String | 
getCreateTime()
Get Creation time. 
 | 
String | 
getDocBizId()
Get Document ID. 
 | 
String | 
getExpireEnd()
Get Effective end time, unix timestamp. 
 | 
String | 
getExpireStart()
Get Effective start time, unix timestamp. 
 | 
String | 
getFileName()
Get Document name. 
 | 
String | 
getFileType()
Get Document type. 
 | 
Boolean | 
getIsAllowAccept()
Get Whether verification is allowed. 
 | 
Boolean | 
getIsAllowDelete()
Get Whether deletion is allowed. 
 | 
Boolean | 
getIsAllowEdit()
Get Whether editing is allowed. 
 | 
String | 
getQaBizId()
Get Q&A ID. 
 | 
String | 
getQaCharSize()
Get Number of Q&A characters. 
 | 
String | 
getQuestion()
Get Question. 
 | 
Long | 
getSimilarQuestionNum()
Get Count of similar questions. 
 | 
String | 
getSimilarQuestionTips()
Get Return similar questions associated with the Q&A and perform linked search. 
 | 
Long | 
getSource()
Get Source. 
 | 
String | 
getSourceDesc()
Get Source description. 
 | 
Long | 
getStatus()
Get Status. 
 | 
String | 
getStatusDesc()
Get Status description. 
 | 
String | 
getUpdateTime()
Get Update time. 
 | 
void | 
setAnswer(String Answer)
Set Answer. 
 | 
void | 
setAttrLabels(AttrLabel[] AttrLabels)
Set Attribute label. 
 | 
void | 
setAttrRange(Long AttrRange)
Set Applicable range of attribute label, 1: all, 2: by conditions. 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time. 
 | 
void | 
setDocBizId(String DocBizId)
Set Document ID. 
 | 
void | 
setExpireEnd(String ExpireEnd)
Set Effective end time, unix timestamp. 
 | 
void | 
setExpireStart(String ExpireStart)
Set Effective start time, unix timestamp. 
 | 
void | 
setFileName(String FileName)
Set Document name. 
 | 
void | 
setFileType(String FileType)
Set Document type. 
 | 
void | 
setIsAllowAccept(Boolean IsAllowAccept)
Set Whether verification is allowed. 
 | 
void | 
setIsAllowDelete(Boolean IsAllowDelete)
Set Whether deletion is allowed. 
 | 
void | 
setIsAllowEdit(Boolean IsAllowEdit)
Set Whether editing is allowed. 
 | 
void | 
setQaBizId(String QaBizId)
Set Q&A ID. 
 | 
void | 
setQaCharSize(String QaCharSize)
Set Number of Q&A characters. 
 | 
void | 
setQuestion(String Question)
Set Question. 
 | 
void | 
setSimilarQuestionNum(Long SimilarQuestionNum)
Set Count of similar questions. 
 | 
void | 
setSimilarQuestionTips(String SimilarQuestionTips)
Set Return similar questions associated with the Q&A and perform linked search. 
 | 
void | 
setSource(Long Source)
Set Source. 
 | 
void | 
setSourceDesc(String SourceDesc)
Set Source description. 
 | 
void | 
setStatus(Long Status)
Set Status. 
 | 
void | 
setStatusDesc(String StatusDesc)
Set Status description. 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Update time. 
 | 
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 ListQaItem()
public ListQaItem(ListQaItem source)
public String getQaBizId()
public void setQaBizId(String QaBizId)
QaBizId - Q&A ID.public String getQuestion()
public void setQuestion(String Question)
Question - Question.public String getAnswer()
public void setAnswer(String Answer)
Answer - Answer.public Long getSource()
public void setSource(Long Source)
Source - Source.public String getSourceDesc()
public void setSourceDesc(String SourceDesc)
SourceDesc - Source description.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update time.public Long getStatus()
public void setStatus(Long Status)
Status - Status.public String getStatusDesc()
public void setStatusDesc(String StatusDesc)
StatusDesc - Status description.public String getDocBizId()
public void setDocBizId(String DocBizId)
DocBizId - Document ID.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time.public Boolean getIsAllowEdit()
public void setIsAllowEdit(Boolean IsAllowEdit)
IsAllowEdit - Whether editing is allowed.public Boolean getIsAllowDelete()
public void setIsAllowDelete(Boolean IsAllowDelete)
IsAllowDelete - Whether deletion is allowed.public Boolean getIsAllowAccept()
public void setIsAllowAccept(Boolean IsAllowAccept)
IsAllowAccept - Whether verification is allowed.public String getFileName()
public void setFileName(String FileName)
FileName - Document name.public String getFileType()
public void setFileType(String FileType)
FileType - Document type.public String getQaCharSize()
public void setQaCharSize(String QaCharSize)
QaCharSize - Number of Q&A characters.public String getExpireStart()
public void setExpireStart(String ExpireStart)
ExpireStart - Effective start time, unix timestamp.public String getExpireEnd()
public void setExpireEnd(String ExpireEnd)
ExpireEnd - Effective end time, unix timestamp. 0 indicates permanent validity.public Long getAttrRange()
public void setAttrRange(Long AttrRange)
AttrRange - Applicable range of attribute label, 1: all, 2: by conditions.public AttrLabel[] getAttrLabels()
public void setAttrLabels(AttrLabel[] AttrLabels)
AttrLabels - Attribute label.public Long getSimilarQuestionNum()
public void setSimilarQuestionNum(Long SimilarQuestionNum)
SimilarQuestionNum - Count of similar questions.public String getSimilarQuestionTips()
public void setSimilarQuestionTips(String SimilarQuestionTips)
SimilarQuestionTips - Return similar questions associated with the Q&A and perform linked search. Only one similar question will be displayed.Copyright © 2025. All rights reserved.