Class ValidatedFusReport
-
- All Implemented Interfaces:
public final class ValidatedFusReport
-
-
Constructor Summary
Constructors Constructor Description ValidatedFusReport(String product, String device, String recorder, Boolean internal, List<ValidatedFusRecord> records)
-
Method Summary
Modifier and Type Method Description final StringgetProduct()final StringgetDevice()final StringgetRecorder()final BooleangetInternal()final List<ValidatedFusRecord>getRecords()-
-
Method Detail
-
getProduct
final String getProduct()
-
getRecorder
final String getRecorder()
-
getInternal
final Boolean getInternal()
-
getRecords
final List<ValidatedFusRecord> getRecords()
-
-
-
-