Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datasourcesummary.datamodel.UserActivitySummary.TopAccountResult Class Reference

Public Member Functions

 TopAccountResult (String accountType, Date lastAccess)
 
String getAccountType ()
 
Date getLastAccess ()
 

Private Attributes

final String accountType
 
final Date lastAccess
 

Detailed Description

A record of an account and the last time it was used determined by messages.

Definition at line 651 of file UserActivitySummary.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.datamodel.UserActivitySummary.TopAccountResult.TopAccountResult ( String  accountType,
Date  lastAccess 
)

Main constructor.

Parameters
accountTypeThe account type.
lastAccessThe date the account was last accessed.

Definition at line 662 of file UserActivitySummary.java.

References org.sleuthkit.autopsy.datasourcesummary.datamodel.UserActivitySummary.TopAccountResult.accountType, and org.sleuthkit.autopsy.datasourcesummary.datamodel.UserActivitySummary.TopAccountResult.lastAccess.

Member Function Documentation

String org.sleuthkit.autopsy.datasourcesummary.datamodel.UserActivitySummary.TopAccountResult.getAccountType ( )
Date org.sleuthkit.autopsy.datasourcesummary.datamodel.UserActivitySummary.TopAccountResult.getLastAccess ( )
Returns
The date the account was last accessed.

Definition at line 677 of file UserActivitySummary.java.

References org.sleuthkit.autopsy.datasourcesummary.datamodel.UserActivitySummary.TopAccountResult.lastAccess.

Member Data Documentation

final String org.sleuthkit.autopsy.datasourcesummary.datamodel.UserActivitySummary.TopAccountResult.accountType
private
final Date org.sleuthkit.autopsy.datasourcesummary.datamodel.UserActivitySummary.TopAccountResult.lastAccess
private

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

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.