public class MonthInspectionReport extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getModifyTime()
Get 巡检报告更新时间
|
String |
getReportName()
Get 巡检报告名称
|
String |
getReportPath()
Get 巡检报告下载地址
|
void |
setModifyTime(String ModifyTime)
Set 巡检报告更新时间
|
void |
setReportName(String ReportName)
Set 巡检报告名称
|
void |
setReportPath(String ReportPath)
Set 巡检报告下载地址
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public MonthInspectionReport()
public MonthInspectionReport(MonthInspectionReport source)
public String getReportName()
public void setReportName(String ReportName)
ReportName
- 巡检报告名称public String getReportPath()
public void setReportPath(String ReportPath)
ReportPath
- 巡检报告下载地址public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 巡检报告更新时间Copyright © 2023. All rights reserved.