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

Public Member Functions

boolean equals (Object obj)
 
Account getAccount ()
 
String getDeviceId ()
 
int hashCode ()
 

Detailed Description

Encapsulates an Account existing on a specific device.

There is a 1:M:N relationship between Account, AccountDeviceInstance & AccountFileInstance

Definition at line 27 of file AccountDeviceInstance.java.

Member Function Documentation

boolean org.sleuthkit.datamodel.AccountDeviceInstance.equals ( Object  obj)
Account org.sleuthkit.datamodel.AccountDeviceInstance.getAccount ( )

Returns the underlying Account

Returns
account

Definition at line 41 of file AccountDeviceInstance.java.

String org.sleuthkit.datamodel.AccountDeviceInstance.getDeviceId ( )

Returns the device Id the Account existed on

Returns
device id

Definition at line 50 of file AccountDeviceInstance.java.

int org.sleuthkit.datamodel.AccountDeviceInstance.hashCode ( )

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

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