public class DescribeResultDownloadResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeResultDownloadResponse() |
DescribeResultDownloadResponse(DescribeResultDownloadResponse 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 |
getPath()
Get 下载文件路径
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getReason()
Get 任务异常原因
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getSecretId()
Get 临时AK
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSecretKey()
Get 临时SK
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 任务状态 init | queue | format | compress | success| timeout | error
|
String |
getToken()
Get 临时Token
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPath(String Path)
Set 下载文件路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReason(String Reason)
Set 任务异常原因
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setSecretId(String SecretId)
Set 临时AK
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecretKey(String SecretKey)
Set 临时SK
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 任务状态 init | queue | format | compress | success| timeout | error
|
void |
setToken(String Token)
Set 临时Token
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeResultDownloadResponse()
public DescribeResultDownloadResponse(DescribeResultDownloadResponse source)
public String getPath()
public void setPath(String Path)
Path
- 下载文件路径
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status
- 任务状态 init | queue | format | compress | success| timeout | errorpublic String getReason()
public void setReason(String Reason)
Reason
- 任务异常原因
注意:此字段可能返回 null,表示取不到有效值。public String getSecretId()
public void setSecretId(String SecretId)
SecretId
- 临时AK
注意:此字段可能返回 null,表示取不到有效值。public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- 临时SK
注意:此字段可能返回 null,表示取不到有效值。public String getToken()
public void setToken(String Token)
Token
- 临时Token
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.