public class DescribeQAResponse extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeQAResponse() |
DescribeQAResponse(DescribeQAResponse 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 Label.
|
Long |
getAttrRange()
Get Applicable scope of label.
|
String |
getCateBizId()
Get Category ID.
|
String |
getCustomParam()
Get Custom parameter.
|
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.
|
Highlight[] |
getHighlights()
Get Segment highlight content.
|
Boolean |
getIsAllowAccept()
Get Whether verification is allowed.
|
Boolean |
getIsAllowDelete()
Get Whether deletion is allowed.
|
Boolean |
getIsAllowEdit()
Get Whether editing is allowed.
|
String |
getOrgData()
Get Segment content.
|
String |
getPageContent()
Get Segment content.
|
Long |
getPicAuditStatus()
Get Review status of image in Q&A: 1-review failed.
|
Long |
getQaAuditStatus()
Get Review status of Q&A text: 1 - review failed.
|
String |
getQaBizId()
Get Q&A business ID.
|
String |
getQuestion()
Get Question.
|
String |
getQuestionDesc()
Get Question description.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getSegmentBizId()
Get Segment ID.
|
SimilarQuestion[] |
getSimilarQuestions()
Get Similar question list information.
|
Long |
getSource()
Get Source:
1 - Q&A pairs generated from documents.
|
String |
getSourceDesc()
Get Source description.
|
Long |
getStatus()
Get Status
1 - pending verification; 2 - not released; 3 - releasing; 4 - released; 5 - release failed; 6 - not approved; 7 - under review; 8 - review failed, 9 - review failed, pending manual review after appeal; 11 - review failed, manual review not passed after appeal; 12 - expired; 13 - excessive invalid; 14 - excessive invalid recovered; 19 - learning; 20 - learning failed. |
String |
getStatusDesc()
Get Status description.
|
String |
getUpdateTime()
Get Update time.
|
Long |
getVideoAuditStatus()
Get Review status of video in Q&A: 1 - review failed.
|
void |
setAnswer(String Answer)
Set Answer.
|
void |
setAttrLabels(AttrLabel[] AttrLabels)
Set Label.
|
void |
setAttrRange(Long AttrRange)
Set Applicable scope of label.
|
void |
setCateBizId(String CateBizId)
Set Category ID.
|
void |
setCustomParam(String CustomParam)
Set Custom parameter.
|
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 |
setHighlights(Highlight[] Highlights)
Set Segment highlight content.
|
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 |
setOrgData(String OrgData)
Set Segment content.
|
void |
setPageContent(String PageContent)
Set Segment content.
|
void |
setPicAuditStatus(Long PicAuditStatus)
Set Review status of image in Q&A: 1-review failed.
|
void |
setQaAuditStatus(Long QaAuditStatus)
Set Review status of Q&A text: 1 - review failed.
|
void |
setQaBizId(String QaBizId)
Set Q&A business ID.
|
void |
setQuestion(String Question)
Set Question.
|
void |
setQuestionDesc(String QuestionDesc)
Set Question description.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSegmentBizId(String SegmentBizId)
Set Segment ID.
|
void |
setSimilarQuestions(SimilarQuestion[] SimilarQuestions)
Set Similar question list information.
|
void |
setSource(Long Source)
Set Source:
1 - Q&A pairs generated from documents.
|
void |
setSourceDesc(String SourceDesc)
Set Source description.
|
void |
setStatus(Long Status)
Set Status
1 - pending verification; 2 - not released; 3 - releasing; 4 - released; 5 - release failed; 6 - not approved; 7 - under review; 8 - review failed, 9 - review failed, pending manual review after appeal; 11 - review failed, manual review not passed after appeal; 12 - expired; 13 - excessive invalid; 14 - excessive invalid recovered; 19 - learning; 20 - learning failed. |
void |
setStatusDesc(String StatusDesc)
Set Status description.
|
void |
setUpdateTime(String UpdateTime)
Set Update time.
|
void |
setVideoAuditStatus(Long VideoAuditStatus)
Set Review status of video in Q&A: 1 - review failed.
|
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 DescribeQAResponse()
public DescribeQAResponse(DescribeQAResponse source)
public String getQaBizId()
public void setQaBizId(String QaBizId)
QaBizId - Q&A business ID.public String getQuestion()
public void setQuestion(String Question)
Question - Question.public String getAnswer()
public void setAnswer(String Answer)
Answer - Answer.public String getCustomParam()
public void setCustomParam(String CustomParam)
CustomParam - Custom parameter.public Long getSource()
public void setSource(Long Source)
Source - Source:
1 - Q&A pairs generated from documents.
2 - Q&A pairs imported in batches.
3 - Q&A pairs input manually one by one.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 - Statuspublic String getStatusDesc()
public void setStatusDesc(String StatusDesc)
StatusDesc - Status description.public String getCateBizId()
public void setCateBizId(String CateBizId)
CateBizId - Category ID.public Boolean getIsAllowAccept()
public void setIsAllowAccept(Boolean IsAllowAccept)
IsAllowAccept - Whether verification is allowed.public Boolean getIsAllowDelete()
public void setIsAllowDelete(Boolean IsAllowDelete)
IsAllowDelete - Whether deletion is allowed.public Boolean getIsAllowEdit()
public void setIsAllowEdit(Boolean IsAllowEdit)
IsAllowEdit - Whether editing is allowed.public String getDocBizId()
public void setDocBizId(String DocBizId)
DocBizId - Document ID.public String getFileName()
public void setFileName(String FileName)
FileName - Document name.public String getFileType()
public void setFileType(String FileType)
FileType - Document type.public String getSegmentBizId()
public void setSegmentBizId(String SegmentBizId)
SegmentBizId - Segment ID.public String getPageContent()
public void setPageContent(String PageContent)
PageContent - Segment content.public Highlight[] getHighlights()
public void setHighlights(Highlight[] Highlights)
Highlights - Segment highlight content.public String getOrgData()
public void setOrgData(String OrgData)
OrgData - Segment content.public Long getAttrRange()
public void setAttrRange(Long AttrRange)
AttrRange - Applicable scope of label.public AttrLabel[] getAttrLabels()
public void setAttrLabels(AttrLabel[] AttrLabels)
AttrLabels - Label.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 SimilarQuestion[] getSimilarQuestions()
public void setSimilarQuestions(SimilarQuestion[] SimilarQuestions)
SimilarQuestions - Similar question list information.public Long getQaAuditStatus()
public void setQaAuditStatus(Long QaAuditStatus)
QaAuditStatus - Review status of Q&A text: 1 - review failed.public Long getPicAuditStatus()
public void setPicAuditStatus(Long PicAuditStatus)
PicAuditStatus - Review status of image in Q&A: 1-review failed.public Long getVideoAuditStatus()
public void setVideoAuditStatus(Long VideoAuditStatus)
VideoAuditStatus - Review status of video in Q&A: 1 - review failed.public String getQuestionDesc()
public void setQuestionDesc(String QuestionDesc)
QuestionDesc - Question description.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.