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 The file save path.
|
String |
getReason()
Get The task exception cause.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getSecretId()
Get The temporary secret ID.
|
String |
getSecretKey()
Get The temporary secret key.
|
String |
getStatus()
Get The task status.
|
String |
getToken()
Get The temporary token.
|
void |
setPath(String Path)
Set The file save path.
|
void |
setReason(String Reason)
Set The task exception cause.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSecretId(String SecretId)
Set The temporary secret ID.
|
void |
setSecretKey(String SecretKey)
Set The temporary secret key.
|
void |
setStatus(String Status)
Set The task status.
|
void |
setToken(String Token)
Set The temporary token.
|
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
- The file save path.
Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- The task status. Valid values: `init`, `queue`, `format`, `compress`, `success`, `timeout`, and `error`.public String getReason()
public void setReason(String Reason)
Reason
- The task exception cause.
Note: This field may return null, indicating that no valid values can be obtained.public String getSecretId()
public void setSecretId(String SecretId)
SecretId
- The temporary secret ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- The temporary secret key.
Note: This field may return null, indicating that no valid values can be obtained.public String getToken()
public void setToken(String Token)
Token
- The temporary token.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.