public class ReportConfig
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| 构造器和说明 |
|---|
ReportConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
clone() |
double |
getCoverage() |
java.lang.String |
getCoverageStr() |
java.util.List<NetworkDevice> |
getDevices() |
java.lang.Integer |
getForeignKey() |
int |
getId() |
java.lang.String |
getMapImg() |
java.lang.String |
getMapTitle() |
int |
getReportType() |
java.util.List<TestPoint> |
getTestPoints() |
java.lang.String |
getTitle() |
boolean |
isHasFamily() |
boolean |
isNoShowDeviceTable() |
ReportConfig |
setCoverage(double coverage) |
ReportConfig |
setDevices(java.util.List<NetworkDevice> devices) |
void |
setForeignKey(java.lang.Integer foreignKey) |
ReportConfig |
setHasFamily(boolean hasFamily) |
void |
setId(int id) |
ReportConfig |
setMapImg(java.lang.String mapImg) |
ReportConfig |
setMapTitle(java.lang.String mapTitle) |
ReportConfig |
setNoShowDeviceTable(boolean noShowDeviceTable) |
void |
setReportType(int reportType) |
ReportConfig |
setTestPoints(java.util.List<TestPoint> testPoints) |
ReportConfig |
setTitle(java.lang.String title) |
public int getId()
public void setId(int id)
public java.lang.Integer getForeignKey()
public void setForeignKey(java.lang.Integer foreignKey)
public int getReportType()
public void setReportType(int reportType)
public java.lang.String getTitle()
public ReportConfig setTitle(java.lang.String title)
public java.lang.String getMapTitle()
public ReportConfig setMapTitle(java.lang.String mapTitle)
public double getCoverage()
public java.lang.String getCoverageStr()
public ReportConfig setCoverage(double coverage)
public java.lang.String getMapImg()
public ReportConfig setMapImg(java.lang.String mapImg)
public java.util.List<NetworkDevice> getDevices()
public ReportConfig setDevices(java.util.List<NetworkDevice> devices)
public java.util.List<TestPoint> getTestPoints()
public ReportConfig setTestPoints(java.util.List<TestPoint> testPoints)
public boolean isHasFamily()
public ReportConfig setHasFamily(boolean hasFamily)
public boolean isNoShowDeviceTable()
public ReportConfig setNoShowDeviceTable(boolean noShowDeviceTable)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone 在类中 java.lang.Objectjava.lang.CloneNotSupportedException