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

Classes

enum  HostDbStatus
 

Public Member Functions

boolean equals (Object obj)
 
long getHostId ()
 
String getName ()
 
int hashCode ()
 

Detailed Description

Encapsulates a host.

Definition at line 26 of file Host.java.

Member Function Documentation

boolean org.sleuthkit.datamodel.Host.equals ( Object  obj)

Definition at line 78 of file Host.java.

long org.sleuthkit.datamodel.Host.getHostId ( )

Gets the row id for the host.

Returns
Row id.

Definition at line 47 of file Host.java.

Referenced by org.sleuthkit.datamodel.OsAccount.OsAccountAttribute.OsAccountAttribute().

String org.sleuthkit.datamodel.Host.getName ( )

Gets the name for the host.

Returns
Host name.

Definition at line 56 of file Host.java.

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

Definition at line 70 of file Host.java.


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.