Sleuth Kit Java Bindings (JNI)  4.6.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.Report Class Reference

Public Member Functions

long getCreatedTime ()
 
long getId ()
 
String getPath ()
 
String getReportName ()
 
String getSourceModuleName ()
 

Detailed Description

This is a data transfer object (DTO) class that models reports.

Definition at line 24 of file Report.java.

Member Function Documentation

long org.sleuthkit.datamodel.Report.getCreatedTime ( )

Get the creation date of the report.

Returns
Number of seconds since Jan 1, 1970.

Definition at line 71 of file Report.java.

long org.sleuthkit.datamodel.Report.getId ( )

Get the primary key of the associated row in the case database. Only needed by code updating the reports table.

Returns
The primary key value.

Definition at line 55 of file Report.java.

String org.sleuthkit.datamodel.Report.getPath ( )

Get the absolute local path to the report.

Definition at line 62 of file Report.java.

String org.sleuthkit.datamodel.Report.getReportName ( )

Get the report name, if any.

Returns
The name of the report, possibly empty.

Definition at line 90 of file Report.java.

String org.sleuthkit.datamodel.Report.getSourceModuleName ( )

Get the name of the module (e.g., ingest module, reporting module) that generated the report.

Returns
The module name.

Definition at line 81 of file Report.java.


The documentation for this class was generated from the following file:

Copyright © 2011-2018 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.