public class EquivRecReport
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static interface |
EquivRecReport.EquivRecReportable |
Constructor and Description |
---|
EquivRecReport(boolean hashMismatch,
boolean hasParts,
java.util.List<java.util.List<NetObjReport>> matched,
java.util.List<java.util.List<NetObjReport>> notMatched,
java.util.List<java.lang.String> reasons) |
EquivRecReport(EquivRecReport.EquivRecReportable er,
boolean hashMismatch) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<NetObjReport>> |
getMatchedNetObjs()
Only bad local partition EquivRecords have matched net objects.
|
java.util.List<java.util.List<NetObjReport>> |
getNotMatchedNetObjs() |
java.util.List<java.lang.String> |
getReasons() |
boolean |
hashMismatch() |
boolean |
hasParts() |
int |
maxSize() |
public EquivRecReport(EquivRecReport.EquivRecReportable er, boolean hashMismatch)
public EquivRecReport(boolean hashMismatch, boolean hasParts, java.util.List<java.util.List<NetObjReport>> matched, java.util.List<java.util.List<NetObjReport>> notMatched, java.util.List<java.lang.String> reasons)
public int maxSize()
public boolean hashMismatch()
public java.util.List<java.lang.String> getReasons()
public boolean hasParts()
public java.util.List<java.util.List<NetObjReport>> getMatchedNetObjs()
public java.util.List<java.util.List<NetObjReport>> getNotMatchedNetObjs()