Class ExportJobInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ExportJobInfo
-
public class ExportJobInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ExportJobInfo()ExportJobInfo(ExportJobInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetExportProgress()Get 导出进度StringgetExportStatus()Get 导出状态StringgetFailureMsg()Get 失败原因StringgetInsertTime()Get 插入时间StringgetJobID()Get 任务IDStringgetJobName()Get 任务名称StringgetSource()Get 来源StringgetTimeout()Get 超时时间voidsetExportProgress(Long ExportProgress)Set 导出进度voidsetExportStatus(String ExportStatus)Set 导出状态voidsetFailureMsg(String FailureMsg)Set 失败原因voidsetInsertTime(String InsertTime)Set 插入时间voidsetJobID(String JobID)Set 任务IDvoidsetJobName(String JobName)Set 任务名称voidsetSource(String Source)Set 来源voidsetTimeout(String Timeout)Set 超时时间voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ExportJobInfo
public ExportJobInfo()
-
ExportJobInfo
public ExportJobInfo(ExportJobInfo 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.
-
-
Method Detail
-
getJobID
public String getJobID()
Get 任务ID- Returns:
- JobID 任务ID
-
setJobID
public void setJobID(String JobID)
Set 任务ID- Parameters:
JobID- 任务ID
-
getJobName
public String getJobName()
Get 任务名称- Returns:
- JobName 任务名称
-
setJobName
public void setJobName(String JobName)
Set 任务名称- Parameters:
JobName- 任务名称
-
getSource
public String getSource()
Get 来源- Returns:
- Source 来源
-
setSource
public void setSource(String Source)
Set 来源- Parameters:
Source- 来源
-
getExportStatus
public String getExportStatus()
Get 导出状态- Returns:
- ExportStatus 导出状态
-
setExportStatus
public void setExportStatus(String ExportStatus)
Set 导出状态- Parameters:
ExportStatus- 导出状态
-
getExportProgress
public Long getExportProgress()
Get 导出进度- Returns:
- ExportProgress 导出进度
-
setExportProgress
public void setExportProgress(Long ExportProgress)
Set 导出进度- Parameters:
ExportProgress- 导出进度
-
getFailureMsg
public String getFailureMsg()
Get 失败原因- Returns:
- FailureMsg 失败原因
-
setFailureMsg
public void setFailureMsg(String FailureMsg)
Set 失败原因- Parameters:
FailureMsg- 失败原因
-
getTimeout
public String getTimeout()
Get 超时时间- Returns:
- Timeout 超时时间
-
setTimeout
public void setTimeout(String Timeout)
Set 超时时间- Parameters:
Timeout- 超时时间
-
getInsertTime
public String getInsertTime()
Get 插入时间- Returns:
- InsertTime 插入时间
-
setInsertTime
public void setInsertTime(String InsertTime)
Set 插入时间- Parameters:
InsertTime- 插入时间
-
-