public class EmergencyResponseInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
EmergencyResponseInfo() |
EmergencyResponseInfo(EmergencyResponseInfo 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 |
getEndTime()
Get Service end time
|
Long |
getHostNum()
Get Number of hosts
|
String |
getReportPath()
Get Report download link
|
String |
getStartTime()
Get Service start time
|
Long |
getStatus()
Get
|
String |
getTaskId()
Get Task ID
|
void |
setEndTime(String EndTime)
Set Service end time
|
void |
setHostNum(Long HostNum)
Set Number of hosts
|
void |
setReportPath(String ReportPath)
Set Report download link
|
void |
setStartTime(String StartTime)
Set Service start time
|
void |
setStatus(Long Status)
Set
|
void |
setTaskId(String TaskId)
Set Task ID
|
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 EmergencyResponseInfo()
public EmergencyResponseInfo(EmergencyResponseInfo source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task IDpublic Long getHostNum()
public void setHostNum(Long HostNum)
HostNum
- Number of hostspublic Long getStatus()
public void setStatus(Long Status)
Status
- public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Service start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Service end timepublic String getReportPath()
public void setReportPath(String ReportPath)
ReportPath
- Report download linkCopyright © 2024. All rights reserved.