public static class GetDataTrackJobDegreeResponseBody.GetDataTrackJobDegreeResponseBodyJobDegree
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Double |
downloadCompletionDegree
The progress of binary log download.
|
Double |
filterCompletionDegree
The progress of binary log parsing.
|
String |
jobStatus
The status of the data tracking task.
|
Double |
listCompletionDegree
The progress of binary log obtaining.
|
String |
statusDesc
The description of the task status.
|
| 构造器和说明 |
|---|
GetDataTrackJobDegreeResponseBodyJobDegree() |
@NameInMap(value="DownloadCompletionDegree") public Double downloadCompletionDegree
The progress of binary log download. Valid values: 0 to 1. A value of 1 indicates that binary log download is complete.
example:1
@NameInMap(value="FilterCompletionDegree") public Double filterCompletionDegree
The progress of binary log parsing. Valid values: 0 to 1. A value of 1 indicates that binary log parsing is complete.
example:1
@NameInMap(value="JobStatus") public String jobStatus
The status of the data tracking task. Valid values:
FILTER_SUCCESS
@NameInMap(value="ListCompletionDegree") public Double listCompletionDegree
The progress of binary log obtaining. Valid values: 0 to 1. A value of 1 indicates that binary log obtaining is complete.
example:1
@NameInMap(value="StatusDesc") public String statusDesc
The description of the task status.
example:searching success
public GetDataTrackJobDegreeResponseBodyJobDegree()
public static GetDataTrackJobDegreeResponseBody.GetDataTrackJobDegreeResponseBodyJobDegree build(Map<String,?> map) throws Exception
Exceptionpublic GetDataTrackJobDegreeResponseBody.GetDataTrackJobDegreeResponseBodyJobDegree setDownloadCompletionDegree(Double downloadCompletionDegree)
public Double getDownloadCompletionDegree()
public GetDataTrackJobDegreeResponseBody.GetDataTrackJobDegreeResponseBodyJobDegree setFilterCompletionDegree(Double filterCompletionDegree)
public Double getFilterCompletionDegree()
public GetDataTrackJobDegreeResponseBody.GetDataTrackJobDegreeResponseBodyJobDegree setJobStatus(String jobStatus)
public String getJobStatus()
public GetDataTrackJobDegreeResponseBody.GetDataTrackJobDegreeResponseBodyJobDegree setListCompletionDegree(Double listCompletionDegree)
public Double getListCompletionDegree()
public GetDataTrackJobDegreeResponseBody.GetDataTrackJobDegreeResponseBodyJobDegree setStatusDesc(String statusDesc)
public String getStatusDesc()
Copyright © 2025. All rights reserved.