public class ImportRecord extends AbstractModel
Constructor and Description |
---|
ImportRecord() |
ImportRecord(ImportRecord 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 |
getAsyncRequestId()
Get Async task request ID
|
Long |
getCode()
Get Status value
|
Long |
getCostTime()
Get Execution duration
|
String |
getCreateTime()
Get Task creation time
|
String |
getDbName()
Get Name of the table to be imported
|
String |
getFileName()
Get Name of the file to be imported
|
String |
getFileSize()
Get File size
|
String |
getInstanceId()
Get Instance ID
|
Long |
getJobId()
Get Task ID
|
String |
getMessage()
Get Task execution information
|
Long |
getProcess()
Get Execution progress
|
Long |
getStatus()
Get Status value
|
String |
getWorkId()
Get Backend task ID
|
void |
setAsyncRequestId(String AsyncRequestId)
Set Async task request ID
|
void |
setCode(Long Code)
Set Status value
|
void |
setCostTime(Long CostTime)
Set Execution duration
|
void |
setCreateTime(String CreateTime)
Set Task creation time
|
void |
setDbName(String DbName)
Set Name of the table to be imported
|
void |
setFileName(String FileName)
Set Name of the file to be imported
|
void |
setFileSize(String FileSize)
Set File size
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setJobId(Long JobId)
Set Task ID
|
void |
setMessage(String Message)
Set Task execution information
|
void |
setProcess(Long Process)
Set Execution progress
|
void |
setStatus(Long Status)
Set Status value
|
void |
setWorkId(String WorkId)
Set Backend task ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ImportRecord()
public ImportRecord(ImportRecord source)
public Long getStatus()
public void setStatus(Long Status)
Status
- Status valuepublic Long getCode()
public void setCode(Long Code)
Code
- Status valuepublic Long getCostTime()
public void setCostTime(Long CostTime)
CostTime
- Execution durationpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getWorkId()
public void setWorkId(String WorkId)
WorkId
- Backend task IDpublic String getFileName()
public void setFileName(String FileName)
FileName
- Name of the file to be importedpublic Long getProcess()
public void setProcess(Long Process)
Process
- Execution progresspublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Task creation timepublic String getFileSize()
public void setFileSize(String FileSize)
FileSize
- File sizepublic String getMessage()
public void setMessage(String Message)
Message
- Task execution informationpublic Long getJobId()
public void setJobId(Long JobId)
JobId
- Task IDpublic String getDbName()
public void setDbName(String DbName)
DbName
- Name of the table to be importedpublic String getAsyncRequestId()
public void setAsyncRequestId(String AsyncRequestId)
AsyncRequestId
- Async task request IDCopyright © 2023. All rights reserved.