public static class GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
cron
Indicates whether the task is a scheduled task for historical data cleanup.
|
Integer |
cronCallTimes
The number of times the scheduled task is run.
|
GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetailCronExtConfig |
cronExtConfig
The additional configuration information about historical data cleanup.
|
String |
cronFormat
The CRON expression of the scheduled task.
|
String |
cronLastCallStartTime
The time when the task was last run.
|
String |
cronNextCallTime
The time when the task is run next time.
|
String |
cronStatus
The state of the scheduled task.
|
String |
csvTableName
The name of the table to which data is to be imported.
|
Long |
currentTaskId
The ID of the current data change task.
|
String |
detailType
The type of the ticket.
|
Integer |
duration
The execution duration of the scheduled task.
|
String |
fileEncoding
The encoding method of the file.
|
String |
fileType
The type of the file to be imported.
|
GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetailImportExtConfig |
importExtConfig
The additional configuration information about data import.
|
| 构造器和说明 |
|---|
GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail() |
@NameInMap(value="Cron") public Boolean cron
Indicates whether the task is a scheduled task for historical data cleanup. This parameter is a reserved parameter and is valid only if the value of DetailType is CRON_CLEAR_DATA.
example:true
@NameInMap(value="CronCallTimes") public Integer cronCallTimes
The number of times the scheduled task is run. This parameter is valid only if the value of DetailType is CRON_CLEAR_DATA.
example:0
@NameInMap(value="CronExtConfig") public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetailCronExtConfig cronExtConfig
The additional configuration information about historical data cleanup. This parameter is valid only if the value of DetailType is CRON_CLEAR_DATA.
@NameInMap(value="CronFormat") public String cronFormat
The CRON expression of the scheduled task. This parameter is valid only if the value of DetailType is CRON_CLEAR_DATA.
example:0 0 2 * * ?
@NameInMap(value="CronLastCallStartTime") public String cronLastCallStartTime
The time when the task was last run.
example:2024-04-19 02:00:00.0
@NameInMap(value="CronNextCallTime") public String cronNextCallTime
The time when the task is run next time. This parameter is returned only if the value of CronStatus is SUCCESS.
example:2024-04-19 02:00:00
@NameInMap(value="CronStatus") public String cronStatus
The state of the scheduled task. If this parameter is empty, the task is not run. Valid values:
SUCCESS
@NameInMap(value="CsvTableName") public String csvTableName
The name of the table to which data is to be imported. This parameter is valid only if the value of DetailType is BIG_FILE. If the value of FileType is SQL, this parameter is empty.
example:tb_import_tb_name
@NameInMap(value="CurrentTaskId") public Long currentTaskId
The ID of the current data change task. This is a reserved parameter and can be ignored.
example:13***
@NameInMap(value="DetailType") public String detailType
The type of the ticket. Valid values:
BIG_FILE
@NameInMap(value="Duration") public Integer duration
The execution duration of the scheduled task. Unit: hour. This parameter is valid only if the value of DetailType is CRON_CLEAR_DATA. If the value is greater than 0, an execution duration is set.
example:1
@NameInMap(value="FileEncoding") public String fileEncoding
The encoding method of the file. This parameter may be empty, which indicates the value of AUTO. Valid values:
UTF-8
@NameInMap(value="FileType") public String fileType
The type of the file to be imported. This parameter is valid if the value of DetailType is BIG_FILE. Valid values:
CSV
@NameInMap(value="ImportExtConfig") public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetailImportExtConfig importExtConfig
The additional configuration information about data import. This parameter is valid if the value of DetailType is BIG_FILE.
public GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail()
public static GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail build(Map<String,?> map) throws Exception
Exceptionpublic GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail setCron(Boolean cron)
public Boolean getCron()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail setCronCallTimes(Integer cronCallTimes)
public Integer getCronCallTimes()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail setCronExtConfig(GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetailCronExtConfig cronExtConfig)
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetailCronExtConfig getCronExtConfig()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail setCronFormat(String cronFormat)
public String getCronFormat()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail setCronLastCallStartTime(String cronLastCallStartTime)
public String getCronLastCallStartTime()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail setCronNextCallTime(String cronNextCallTime)
public String getCronNextCallTime()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail setCronStatus(String cronStatus)
public String getCronStatus()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail setCsvTableName(String csvTableName)
public String getCsvTableName()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail setCurrentTaskId(Long currentTaskId)
public Long getCurrentTaskId()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail setDetailType(String detailType)
public String getDetailType()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail setDuration(Integer duration)
public Integer getDuration()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail setFileEncoding(String fileEncoding)
public String getFileEncoding()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail setFileType(String fileType)
public String getFileType()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetail setImportExtConfig(GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetailImportExtConfig importExtConfig)
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailConfigDetailImportExtConfig getImportExtConfig()
Copyright © 2025. All rights reserved.