Class EmergencyResponseInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.EmergencyResponseInfo
-
public class EmergencyResponseInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndTime()Get 服务结束时间LonggetHostNum()Get 主机个数StringgetReportPath()Get 报告下载地址StringgetStartTime()Get 服务开始时间LonggetStatus()Get 服务状态 0未启动,·响应中,2响应完成StringgetTaskId()Get 任务idvoidsetEndTime(String EndTime)Set 服务结束时间voidsetHostNum(Long HostNum)Set 主机个数voidsetReportPath(String ReportPath)Set 报告下载地址voidsetStartTime(String StartTime)Set 服务开始时间voidsetStatus(Long Status)Set 服务状态 0未启动,·响应中,2响应完成voidsetTaskId(String TaskId)Set 任务idvoidtoMap(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
-
EmergencyResponseInfo
public EmergencyResponseInfo()
-
EmergencyResponseInfo
public 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.
-
-
Method Detail
-
getTaskId
public String getTaskId()
Get 任务id- Returns:
- TaskId 任务id
-
setTaskId
public void setTaskId(String TaskId)
Set 任务id- Parameters:
TaskId- 任务id
-
getHostNum
public Long getHostNum()
Get 主机个数- Returns:
- HostNum 主机个数
-
setHostNum
public void setHostNum(Long HostNum)
Set 主机个数- Parameters:
HostNum- 主机个数
-
getStatus
public Long getStatus()
Get 服务状态 0未启动,·响应中,2响应完成- Returns:
- Status 服务状态 0未启动,·响应中,2响应完成
-
setStatus
public void setStatus(Long Status)
Set 服务状态 0未启动,·响应中,2响应完成- Parameters:
Status- 服务状态 0未启动,·响应中,2响应完成
-
getStartTime
public String getStartTime()
Get 服务开始时间- Returns:
- StartTime 服务开始时间
-
setStartTime
public void setStartTime(String StartTime)
Set 服务开始时间- Parameters:
StartTime- 服务开始时间
-
getEndTime
public String getEndTime()
Get 服务结束时间- Returns:
- EndTime 服务结束时间
-
setEndTime
public void setEndTime(String EndTime)
Set 服务结束时间- Parameters:
EndTime- 服务结束时间
-
getReportPath
public String getReportPath()
Get 报告下载地址- Returns:
- ReportPath 报告下载地址
-
setReportPath
public void setReportPath(String ReportPath)
Set 报告下载地址- Parameters:
ReportPath- 报告下载地址
-
-