public class DownloadDataTrackResultResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
downloadKeyId
The ID of the download key, which is used to download the parsing result of the data tracking task.
|
String |
errorCode
The error code returned if the request failed.
|
String |
errorMessage
The error message returned if the request failed.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
DownloadDataTrackResultResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DownloadDataTrackResultResponseBody |
build(Map<String,?> map) |
String |
getDownloadKeyId() |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
DownloadDataTrackResultResponseBody |
setDownloadKeyId(String downloadKeyId) |
DownloadDataTrackResultResponseBody |
setErrorCode(String errorCode) |
DownloadDataTrackResultResponseBody |
setErrorMessage(String errorMessage) |
DownloadDataTrackResultResponseBody |
setRequestId(String requestId) |
DownloadDataTrackResultResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="DownloadKeyId") public String downloadKeyId
The ID of the download key, which is used to download the parsing result of the data tracking task.
example:e23dd7ec-a19f-4a69-8eb3-8ffd26e6****
@NameInMap(value="ErrorCode") public String errorCode
The error code returned if the request failed.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request failed.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The request ID.
example:B43AD641-49C2-5299-9E06-1B37EC1B****
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static DownloadDataTrackResultResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DownloadDataTrackResultResponseBody setDownloadKeyId(String downloadKeyId)
public String getDownloadKeyId()
public DownloadDataTrackResultResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public DownloadDataTrackResultResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public DownloadDataTrackResultResponseBody setRequestId(String requestId)
public String getRequestId()
public DownloadDataTrackResultResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.