public class TaskReportInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskReportInfo() |
TaskReportInfo(TaskReportInfo 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 |
getCosUrl()
Get Address of the COS experiment report file
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCreateTime()
Get Creation time
|
String |
getExpirationTime()
Get End time of the validity period
|
Boolean |
getExpired()
Get Whether it is effective
|
String |
getLog()
Get Experiment report export log
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStage()
Get 0: not started; 1: exporting; 2: export successful; 3: export failed.
|
void |
setCosUrl(String CosUrl)
Set Address of the COS experiment report file
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setExpirationTime(String ExpirationTime)
Set End time of the validity period
|
void |
setExpired(Boolean Expired)
Set Whether it is effective
|
void |
setLog(String Log)
Set Experiment report export log
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStage(Long Stage)
Set 0: not started; 1: exporting; 2: export successful; 3: export failed.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TaskReportInfo()
public TaskReportInfo(TaskReportInfo source)
public Long getStage()
public void setStage(Long Stage)
Stage
- 0: not started; 1: exporting; 2: export successful; 3: export failed.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic String getExpirationTime()
public void setExpirationTime(String ExpirationTime)
ExpirationTime
- End time of the validity periodpublic Boolean getExpired()
public void setExpired(Boolean Expired)
Expired
- Whether it is effectivepublic String getCosUrl()
public void setCosUrl(String CosUrl)
CosUrl
- Address of the COS experiment report file
Note: This field may return null, indicating that no valid values can be obtained.public String getLog()
public void setLog(String Log)
Log
- Experiment report export log
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.