Package org.brapi.schematools.analyse
Class AnalysisReport
java.lang.Object
org.brapi.schematools.analyse.AnalysisReport
Holds all the information from an Endpoint analysis.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the entity name of the reportgetName()Gets the name of the reportlongGet the time elapsed from the start of the analysis to it completion in milliseconds
-
Constructor Details
-
AnalysisReport
public AnalysisReport()
-
-
Method Details
-
getTimeElapsed
public long getTimeElapsed()Get the time elapsed from the start of the analysis to it completion in milliseconds- Returns:
- time elapsed from the start of the analysis to it completion in milliseconds
-
getName
Gets the name of the report- Returns:
- the name of the report
-
getEntityName
Gets the entity name of the report- Returns:
- the entity name of the report
-