public class ProtectNetInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEndTime()Get 重保完成时间 | 
| Long | getProtectDays()Get 重保天数 | 
| String | getReportPath()Get 报告下载地址 | 
| String | getStartTime()Get 重保启动时间 | 
| Long | getStatus()Get 重保状态 0未启动,1重保中,2已完成 | 
| String | getTaskId()Get 任务id | 
| void | setEndTime(String EndTime)Set 重保完成时间 | 
| void | setProtectDays(Long ProtectDays)Set 重保天数 | 
| void | setReportPath(String ReportPath)Set 报告下载地址 | 
| void | setStartTime(String StartTime)Set 重保启动时间 | 
| void | setStatus(Long Status)Set 重保状态 0未启动,1重保中,2已完成 | 
| void | setTaskId(String TaskId)Set 任务id | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ProtectNetInfo()
public ProtectNetInfo(ProtectNetInfo source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - 任务idpublic Long getProtectDays()
public void setProtectDays(Long ProtectDays)
ProtectDays - 重保天数public Long getStatus()
public void setStatus(Long Status)
Status - 重保状态 0未启动,1重保中,2已完成public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 重保启动时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime - 重保完成时间public String getReportPath()
public void setReportPath(String ReportPath)
ReportPath - 报告下载地址Copyright © 2025. All rights reserved.