public class DocItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
DocItem() |
DocItem(DocItem 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 |
---|---|
AttributeLabelReferItem[] |
getAttributeLabels()
Get 属性标签
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDocId()
Get 文档id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFileName()
Get 文件名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 状态,
- Uploading 上传中
- Auditing 审核中
- Parsing 解析中
- ParseFailed 解析失败
- Indexing 创建索引中
- IndexFailed 创建索引失败
- Success 发布成功
- Failed 失败
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdateTime()
Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttributeLabels(AttributeLabelReferItem[] AttributeLabels)
Set 属性标签
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDocId(String DocId)
Set 文档id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFileName(String FileName)
Set 文件名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 状态,
- Uploading 上传中
- Auditing 审核中
- Parsing 解析中
- ParseFailed 解析失败
- Indexing 创建索引中
- IndexFailed 创建索引失败
- Success 发布成功
- Failed 失败
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
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 DocItem()
public DocItem(DocItem source)
public String getDocId()
public void setDocId(String DocId)
DocId
- 文档id
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status
- 状态,
- Uploading 上传中
- Auditing 审核中
- Parsing 解析中
- ParseFailed 解析失败
- Indexing 创建索引中
- IndexFailed 创建索引失败
- Success 发布成功
- Failed 失败
注意:此字段可能返回 null,表示取不到有效值。public String getFileName()
public void setFileName(String FileName)
FileName
- 文件名
注意:此字段可能返回 null,表示取不到有效值。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间
注意:此字段可能返回 null,表示取不到有效值。public AttributeLabelReferItem[] getAttributeLabels()
public void setAttributeLabels(AttributeLabelReferItem[] AttributeLabels)
AttributeLabels
- 属性标签
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.