public class ListDocItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ListDocItem()  | 
ListDocItem(ListDocItem 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[] | 
getAttributeFlags()
Get Attribute label of the document. 
 | 
AttrLabel[] | 
getAttrLabels()
Get Attribute label. 
 | 
Long | 
getAttrRange()
Get Applicable range of attribute label. 
 | 
String | 
getCateBizId()
Get ID of the document's category. 
 | 
String | 
getCosUrl()
Get COS path. 
 | 
String | 
getCreateTime()
Get Time when the document was created and stored into the database. 
 | 
String | 
getCustomerKnowledgeId()
Get User-defined ID of the document. 
 | 
String | 
getDocBizId()
Get Document ID. 
 | 
String | 
getDocCharSize()
Get Document character count. 
 | 
String | 
getExpireEnd()
Get Effective end time, unix timestamp. 
 | 
String | 
getExpireStart()
Get Effective start time, unix timestamp. 
 | 
String | 
getFileName()
Get File name. 
 | 
String | 
getFileType()
Get File type. 
 | 
Boolean | 
getIsAllowDelete()
Get Whether deletion is allowed. 
 | 
Boolean | 
getIsAllowEdit()
Get Whether editing is allowed. 
 | 
Boolean | 
getIsAllowRefer()
Get Whether to allow operation reference switch. 
 | 
Boolean | 
getIsAllowRestart()
Get Whether regeneration is allowed. 
 | 
Boolean | 
getIsAllowRetry()
Get Whether retries are allowed, 0: no, 1: yes. 
 | 
Boolean | 
getIsCreatedQa()
Get Whether Q&A has been generated. 
 | 
Boolean | 
getIsCreatingQa()
Get Whether the Q&A is being generated. 
 | 
Boolean | 
getIsDeleted()
Get Whether it has been deleted. 
 | 
Boolean | 
getIsDeletedQa()
Get Whether the Q&A has been deleted. 
 | 
Boolean | 
getIsRefer()
Get Whether to refer to an answer. 
 | 
String | 
getNewName()
Get The new document name after renaming. 
 | 
Long[] | 
getProcessing()
Get 0: document comparison processing; 1: Q&A generation from document. 
 | 
Long | 
getQaNum()
Get Quantity of Q&A pairs. 
 | 
String | 
getReason()
Get Reason. 
 | 
Long | 
getReferUrlType()
Get External reference URL type, 0: system URL; 1: custom URL. 
 | 
Long | 
getSource()
Get Document source. 
 | 
String | 
getSourceDesc()
Get Document source description. 
 | 
Long | 
getStatus()
Get Document status. 
 | 
String | 
getStatusDesc()
Get Document status description. 
 | 
String | 
getUpdateTime()
Get Update time. 
 | 
String | 
getWebUrl()
Get Web page URL (or custom URL) . 
 | 
void | 
setAttributeFlags(Long[] AttributeFlags)
Set Attribute label of the document. 
 | 
void | 
setAttrLabels(AttrLabel[] AttrLabels)
Set Attribute label. 
 | 
void | 
setAttrRange(Long AttrRange)
Set Applicable range of attribute label. 
 | 
void | 
setCateBizId(String CateBizId)
Set ID of the document's category. 
 | 
void | 
setCosUrl(String CosUrl)
Set COS path. 
 | 
void | 
setCreateTime(String CreateTime)
Set Time when the document was created and stored into the database. 
 | 
void | 
setCustomerKnowledgeId(String CustomerKnowledgeId)
Set User-defined ID of the document. 
 | 
void | 
setDocBizId(String DocBizId)
Set Document ID. 
 | 
void | 
setDocCharSize(String DocCharSize)
Set Document character count. 
 | 
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 File name. 
 | 
void | 
setFileType(String FileType)
Set File type. 
 | 
void | 
setIsAllowDelete(Boolean IsAllowDelete)
Set Whether deletion is allowed. 
 | 
void | 
setIsAllowEdit(Boolean IsAllowEdit)
Set Whether editing is allowed. 
 | 
void | 
setIsAllowRefer(Boolean IsAllowRefer)
Set Whether to allow operation reference switch. 
 | 
void | 
setIsAllowRestart(Boolean IsAllowRestart)
Set Whether regeneration is allowed. 
 | 
void | 
setIsAllowRetry(Boolean IsAllowRetry)
Set Whether retries are allowed, 0: no, 1: yes. 
 | 
void | 
setIsCreatedQa(Boolean IsCreatedQa)
Set Whether Q&A has been generated. 
 | 
void | 
setIsCreatingQa(Boolean IsCreatingQa)
Set Whether the Q&A is being generated. 
 | 
void | 
setIsDeleted(Boolean IsDeleted)
Set Whether it has been deleted. 
 | 
void | 
setIsDeletedQa(Boolean IsDeletedQa)
Set Whether the Q&A has been deleted. 
 | 
void | 
setIsRefer(Boolean IsRefer)
Set Whether to refer to an answer. 
 | 
void | 
setNewName(String NewName)
Set The new document name after renaming. 
 | 
void | 
setProcessing(Long[] Processing)
Set 0: document comparison processing; 1: Q&A generation from document. 
 | 
void | 
setQaNum(Long QaNum)
Set Quantity of Q&A pairs. 
 | 
void | 
setReason(String Reason)
Set Reason. 
 | 
void | 
setReferUrlType(Long ReferUrlType)
Set External reference URL type, 0: system URL; 1: custom URL. 
 | 
void | 
setSource(Long Source)
Set Document source. 
 | 
void | 
setSourceDesc(String SourceDesc)
Set Document source description. 
 | 
void | 
setStatus(Long Status)
Set Document status. 
 | 
void | 
setStatusDesc(String StatusDesc)
Set Document status description. 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Update time. 
 | 
void | 
setWebUrl(String WebUrl)
Set Web page URL (or custom URL) . 
 | 
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 ListDocItem()
public ListDocItem(ListDocItem source)
public String getDocBizId()
public void setDocBizId(String DocBizId)
DocBizId - Document ID.public String getFileName()
public void setFileName(String FileName)
FileName - File name.public String getNewName()
public void setNewName(String NewName)
NewName - The new document name after renaming. This name remains until the document is published after the renaming submission.public String getFileType()
public void setFileType(String FileType)
FileType - File type.public String getCosUrl()
public void setCosUrl(String CosUrl)
CosUrl - COS path.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update time.public Long getStatus()
public void setStatus(Long Status)
Status - Document status.public String getStatusDesc()
public void setStatusDesc(String StatusDesc)
StatusDesc - Document status description.public String getReason()
public void setReason(String Reason)
Reason - Reason.public Boolean getIsRefer()
public void setIsRefer(Boolean IsRefer)
IsRefer - Whether to refer to an answer.public Long getQaNum()
public void setQaNum(Long QaNum)
QaNum - Quantity of Q&A pairs.public Boolean getIsDeleted()
public void setIsDeleted(Boolean IsDeleted)
IsDeleted - Whether it has been deleted.public Long getSource()
public void setSource(Long Source)
Source - Document source.public String getSourceDesc()
public void setSourceDesc(String SourceDesc)
SourceDesc - Document source description.public Boolean getIsAllowRestart()
public void setIsAllowRestart(Boolean IsAllowRestart)
IsAllowRestart - Whether regeneration is allowed.public Boolean getIsDeletedQa()
public void setIsDeletedQa(Boolean IsDeletedQa)
IsDeletedQa - Whether the Q&A has been deleted.public Boolean getIsCreatingQa()
public void setIsCreatingQa(Boolean IsCreatingQa)
IsCreatingQa - Whether the Q&A is being generated.public Boolean getIsAllowDelete()
public void setIsAllowDelete(Boolean IsAllowDelete)
IsAllowDelete - Whether deletion is allowed.public Boolean getIsAllowRefer()
public void setIsAllowRefer(Boolean IsAllowRefer)
IsAllowRefer - Whether to allow operation reference switch.public Boolean getIsCreatedQa()
public void setIsCreatedQa(Boolean IsCreatedQa)
IsCreatedQa - Whether Q&A has been generated.public String getDocCharSize()
public void setDocCharSize(String DocCharSize)
DocCharSize - Document character count.public Long getAttrRange()
public void setAttrRange(Long AttrRange)
AttrRange - Applicable range of attribute label.public AttrLabel[] getAttrLabels()
public void setAttrLabels(AttrLabel[] AttrLabels)
AttrLabels - Attribute label.public Boolean getIsAllowEdit()
public void setIsAllowEdit(Boolean IsAllowEdit)
IsAllowEdit - Whether editing is allowed.public Long getReferUrlType()
public void setReferUrlType(Long ReferUrlType)
ReferUrlType - External reference URL type, 0: system URL; 1: custom URL.
When the value is 1, the WebUrl field cannot be empty; otherwise, it will not take effect.public String getWebUrl()
public void setWebUrl(String WebUrl)
WebUrl - Web page URL (or custom URL) .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 Boolean getIsAllowRetry()
public void setIsAllowRetry(Boolean IsAllowRetry)
IsAllowRetry - Whether retries are allowed, 0: no, 1: yes.public Long[] getProcessing()
public void setProcessing(Long[] Processing)
Processing - 0: document comparison processing; 1: Q&A generation from document.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Time when the document was created and stored into the database.public String getCateBizId()
public void setCateBizId(String CateBizId)
CateBizId - ID of the document's category.public String getCustomerKnowledgeId()
public void setCustomerKnowledgeId(String CustomerKnowledgeId)
CustomerKnowledgeId - User-defined ID of the document.public Long[] getAttributeFlags()
public void setAttributeFlags(Long[] AttributeFlags)
AttributeFlags - Attribute label of the document. 0: Do not perform external user permission verification.Copyright © 2025. All rights reserved.