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 |
---|---|
AttributeLabelReferItem[] |
getAttributeLabels()
Get 属性标签
|
String |
getDocId()
Get 文档ID
|
String |
getFileName()
Get 文件名
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
String |
getStatus()
Get 状态,
- Uploading 上传中
- Auditing 审核中
- Parsing 解析中
- ParseFailed 解析失败
- Indexing 创建索引中
- IndexFailed 创建索引失败
- Success 发布成功
- Failed 失败
|
String |
getUpdateTime()
Get 更新时间
|
void |
setAttributeLabels(AttributeLabelReferItem[] AttributeLabels)
Set 属性标签
|
void |
setDocId(String DocId)
Set 文档ID
|
void |
setFileName(String FileName)
Set 文件名
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setStatus(String Status)
Set 状态,
- Uploading 上传中
- Auditing 审核中
- Parsing 解析中
- ParseFailed 解析失败
- Indexing 创建索引中
- IndexFailed 创建索引失败
- Success 发布成功
- Failed 失败
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间
|
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 getDocId()
public void setDocId(String DocId)
DocId
- 文档IDpublic String getStatus()
public void setStatus(String Status)
Status
- 状态,
- Uploading 上传中
- Auditing 审核中
- Parsing 解析中
- ParseFailed 解析失败
- Indexing 创建索引中
- IndexFailed 创建索引失败
- Success 发布成功
- Failed 失败public String getFileName()
public void setFileName(String FileName)
FileName
- 文件名public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间public AttributeLabelReferItem[] getAttributeLabels()
public void setAttributeLabels(AttributeLabelReferItem[] AttributeLabels)
AttributeLabels
- 属性标签public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.