public class DescribeDocResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDocResponse() |
DescribeDocResponse(DescribeDocResponse 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 |
---|---|
AttrLabel[] |
getAttrLabels()
Get Label.
|
Long |
getAttrRange()
Get Applicable scope of labels 1: all, 2: by condition range.
|
String |
getCateBizId()
Get Category ID.
|
String |
getCosUrl()
Get COS path.
|
String |
getDocBizId()
Get Document ID.
|
String |
getDocCharSize()
Get Document character count.
|
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 |
getIsCreatedQa()
Get Whether Q&A has been generated.
|
Boolean |
getIsCreatingQa()
Get Whether Q&A is being generated.
|
Boolean |
getIsDeleted()
Get Whether to delete.
|
Boolean |
getIsDeletedQa()
Get Whether Q&A has been deleted.
|
Boolean |
getIsRefer()
Get Whether to refer in the answer.
|
Long |
getQaNum()
Get Number of Q&A pairs.
|
String |
getReason()
Get Reason for generation failure.
|
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).
|
Long |
getSource()
Get Document source.
|
String |
getSourceDesc()
Get Document source description.
|
Long |
getStatus()
Get Document status : 1: not generated; 2: generating; 3: generation successful; 4: generation failed; 5: deleting; 6: deleted successfully; 7: under review; 8: review failed; 9: review successful; 10: pending release; 11: releasing; 12: released; 13: learning; 14: learning failed; 15: updating; 16: update failed; 17: parsing; 18: parsing failed; 19: import failed; 20: expired; 21: excessive invalid; 22: excessive invalid recovered.
|
String |
getStatusDesc()
Get Document status description.
|
String |
getUpdateTime()
Get Update time.
|
void |
setAttrLabels(AttrLabel[] AttrLabels)
Set Label.
|
void |
setAttrRange(Long AttrRange)
Set Applicable scope of labels 1: all, 2: by condition range.
|
void |
setCateBizId(String CateBizId)
Set Category ID.
|
void |
setCosUrl(String CosUrl)
Set COS path.
|
void |
setDocBizId(String DocBizId)
Set Document ID.
|
void |
setDocCharSize(String DocCharSize)
Set Document character count.
|
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 |
setIsCreatedQa(Boolean IsCreatedQa)
Set Whether Q&A has been generated.
|
void |
setIsCreatingQa(Boolean IsCreatingQa)
Set Whether Q&A is being generated.
|
void |
setIsDeleted(Boolean IsDeleted)
Set Whether to delete.
|
void |
setIsDeletedQa(Boolean IsDeletedQa)
Set Whether Q&A has been deleted.
|
void |
setIsRefer(Boolean IsRefer)
Set Whether to refer in the answer.
|
void |
setQaNum(Long QaNum)
Set Number of Q&A pairs.
|
void |
setReason(String Reason)
Set Reason for generation failure.
|
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 |
setSource(Long Source)
Set Document source.
|
void |
setSourceDesc(String SourceDesc)
Set Document source description.
|
void |
setStatus(Long Status)
Set Document status : 1: not generated; 2: generating; 3: generation successful; 4: generation failed; 5: deleting; 6: deleted successfully; 7: under review; 8: review failed; 9: review successful; 10: pending release; 11: releasing; 12: released; 13: learning; 14: learning failed; 15: updating; 16: update failed; 17: parsing; 18: parsing failed; 19: import failed; 20: expired; 21: excessive invalid; 22: excessive invalid recovered.
|
void |
setStatusDesc(String StatusDesc)
Set Document 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, toJsonString
public DescribeDocResponse()
public DescribeDocResponse(DescribeDocResponse 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 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 : 1: not generated; 2: generating; 3: generation successful; 4: generation failed; 5: deleting; 6: deleted successfully; 7: under review; 8: review failed; 9: review successful; 10: pending release; 11: releasing; 12: released; 13: learning; 14: learning failed; 15: updating; 16: update failed; 17: parsing; 18: parsing failed; 19: import failed; 20: expired; 21: excessive invalid; 22: excessive invalid recovered.public String getStatusDesc()
public void setStatusDesc(String StatusDesc)
StatusDesc
- Document status description.public String getReason()
public void setReason(String Reason)
Reason
- Reason for generation failure.public Boolean getIsRefer()
public void setIsRefer(Boolean IsRefer)
IsRefer
- Whether to refer in the answer.public Long getQaNum()
public void setQaNum(Long QaNum)
QaNum
- Number of Q&A pairs.public Boolean getIsDeleted()
public void setIsDeleted(Boolean IsDeleted)
IsDeleted
- Whether to delete.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 Q&A has been deleted.public Boolean getIsCreatingQa()
public void setIsCreatingQa(Boolean IsCreatingQa)
IsCreatingQa
- Whether 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 Boolean getIsAllowEdit()
public void setIsAllowEdit(Boolean IsAllowEdit)
IsAllowEdit
- Whether editing is allowed.public Long getAttrRange()
public void setAttrRange(Long AttrRange)
AttrRange
- Applicable scope of labels 1: all, 2: by condition range.public AttrLabel[] getAttrLabels()
public void setAttrLabels(AttrLabel[] AttrLabels)
AttrLabels
- Label.public String getCateBizId()
public void setCateBizId(String CateBizId)
CateBizId
- Category ID.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.