Class ProtectNetInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ProtectNetInfo
-
public class ProtectNetInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProtectNetInfo()ProtectNetInfo(ProtectNetInfo 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 护网完成时间LonggetProtectDays()Get 护网天数StringgetReportPath()Get 报告下载地址StringgetStartTime()Get 护网启动时间LonggetStatus()Get 护网状态 0未启动,1护网中,2已完成StringgetTaskId()Get 任务idvoidsetEndTime(String EndTime)Set 护网完成时间voidsetProtectDays(Long ProtectDays)Set 护网天数voidsetReportPath(String ReportPath)Set 报告下载地址voidsetStartTime(String StartTime)Set 护网启动时间voidsetStatus(Long Status)Set 护网状态 0未启动,1护网中,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
-
ProtectNetInfo
public ProtectNetInfo()
-
ProtectNetInfo
public ProtectNetInfo(ProtectNetInfo 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
-
getProtectDays
public Long getProtectDays()
Get 护网天数- Returns:
- ProtectDays 护网天数
-
setProtectDays
public void setProtectDays(Long ProtectDays)
Set 护网天数- Parameters:
ProtectDays- 护网天数
-
getStatus
public Long getStatus()
Get 护网状态 0未启动,1护网中,2已完成- Returns:
- Status 护网状态 0未启动,1护网中,2已完成
-
setStatus
public void setStatus(Long Status)
Set 护网状态 0未启动,1护网中,2已完成- Parameters:
Status- 护网状态 0未启动,1护网中,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- 报告下载地址
-
-