public class MonthInspectionReport extends AbstractModel
header, skipSign| 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 Inspection report update time 
 | 
String | 
getReportName()
Get Inspection report name 
 | 
String | 
getReportPath()
Get Inspection report download link 
 | 
void | 
setModifyTime(String ModifyTime)
Set Inspection report update time 
 | 
void | 
setReportName(String ReportName)
Set Inspection report name 
 | 
void | 
setReportPath(String ReportPath)
Set Inspection report download link 
 | 
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 MonthInspectionReport()
public MonthInspectionReport(MonthInspectionReport source)
public String getReportName()
public void setReportName(String ReportName)
ReportName - Inspection report namepublic String getReportPath()
public void setReportPath(String ReportPath)
ReportPath - Inspection report download linkpublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - Inspection report update timeCopyright © 2025. All rights reserved.