public class ScanTaskInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScanTaskInfo() |
ScanTaskInfo(ScanTaskInfo 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 |
getAppId()
Get User AppId
Note: This field may return·null, indicating that no valid values can be obtained.
|
Long |
getAssetCount()
Get Number of associated assets
Note: This field may return·null, indicating that no valid values can be obtained.
|
Long |
getProgress()
Get Task progress
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getReportId()
Get Report ID
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getReportName()
Get Report name
Note: This field may return·null, indicating that no valid values can be obtained.
|
Long |
getScanPlan()
Get Task type.
|
Long |
getStatus()
Get Task status.
|
String |
getTaskId()
Get Task ID Id
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getTaskName()
Get Task name
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getTaskTime()
Get Displayed time point
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getUIN()
Get User UIN
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getUserName()
Get User name.
|
void |
setAppId(String AppId)
Set User AppId
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setAssetCount(Long AssetCount)
Set Number of associated assets
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setProgress(Long Progress)
Set Task progress
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setReportId(String ReportId)
Set Report ID
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setReportName(String ReportName)
Set Report name
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setScanPlan(Long ScanPlan)
Set Task type.
|
void |
setStatus(Long Status)
Set Task status.
|
void |
setTaskId(String TaskId)
Set Task ID Id
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setTaskName(String TaskName)
Set Task name
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setTaskTime(String TaskTime)
Set Displayed time point
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setUIN(String UIN)
Set User UIN
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setUserName(String UserName)
Set User name.
|
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 ScanTaskInfo()
public ScanTaskInfo(ScanTaskInfo source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task ID Id
Note: This field may return·null, indicating that no valid values can be obtained.public String getTaskName()
public void setTaskName(String TaskName)
TaskName
- Task name
Note: This field may return·null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Task status. `1`: Pending start; `2`: Scanning; `3`: Failed; `4`: Completed
Note: This field may return·null, indicating that no valid values can be obtained.public Long getProgress()
public void setProgress(Long Progress)
Progress
- Task progress
Note: This field may return·null, indicating that no valid values can be obtained.public String getTaskTime()
public void setTaskTime(String TaskTime)
TaskTime
- Displayed time point
Note: This field may return·null, indicating that no valid values can be obtained.public String getReportId()
public void setReportId(String ReportId)
ReportId
- Report ID
Note: This field may return·null, indicating that no valid values can be obtained.public String getReportName()
public void setReportName(String ReportName)
ReportName
- Report name
Note: This field may return·null, indicating that no valid values can be obtained.public Long getScanPlan()
public void setScanPlan(Long ScanPlan)
ScanPlan
- Task type. `0`: Scheduled task, `1`: Scan immediately; `2`: Scanned at the specified time; `3`: Custom.
Note: This field may return·null, indicating that no valid values can be obtained.public Long getAssetCount()
public void setAssetCount(Long AssetCount)
AssetCount
- Number of associated assets
Note: This field may return·null, indicating that no valid values can be obtained.public String getAppId()
public void setAppId(String AppId)
AppId
- User AppId
Note: This field may return·null, indicating that no valid values can be obtained.public String getUIN()
public void setUIN(String UIN)
UIN
- User UIN
Note: This field may return·null, indicating that no valid values can be obtained.public String getUserName()
public void setUserName(String UserName)
UserName
- User name.
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.