Class MonthInspectionReport
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.MonthInspectionReport
-
public class MonthInspectionReport extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MonthInspectionReport()MonthInspectionReport(MonthInspectionReport 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 StringgetModifyTime()Get 巡检报告更新时间StringgetReportName()Get 巡检报告名称StringgetReportPath()Get 巡检报告下载地址voidsetModifyTime(String ModifyTime)Set 巡检报告更新时间voidsetReportName(String ReportName)Set 巡检报告名称voidsetReportPath(String ReportPath)Set 巡检报告下载地址voidtoMap(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
-
MonthInspectionReport
public MonthInspectionReport()
-
MonthInspectionReport
public MonthInspectionReport(MonthInspectionReport 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
-
getReportName
public String getReportName()
Get 巡检报告名称- Returns:
- ReportName 巡检报告名称
-
setReportName
public void setReportName(String ReportName)
Set 巡检报告名称- Parameters:
ReportName- 巡检报告名称
-
getReportPath
public String getReportPath()
Get 巡检报告下载地址- Returns:
- ReportPath 巡检报告下载地址
-
setReportPath
public void setReportPath(String ReportPath)
Set 巡检报告下载地址- Parameters:
ReportPath- 巡检报告下载地址
-
getModifyTime
public String getModifyTime()
Get 巡检报告更新时间- Returns:
- ModifyTime 巡检报告更新时间
-
setModifyTime
public void setModifyTime(String ModifyTime)
Set 巡检报告更新时间- Parameters:
ModifyTime- 巡检报告更新时间
-
-