Autopsy  4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
com.basistech.df.cybertriage.autopsy.ctapi.json.MetadataLabel Class Reference

Public Member Functions

 MetadataLabel (@JsonProperty("key") String key,@JsonProperty("value") String value,@JsonProperty("info") String extendedInfo)
 
String getExtendedInfo ()
 
String getKey ()
 
String getValue ()
 

Private Attributes

final String extendedInfo
 
final String key
 
final String value
 

Detailed Description

Metadata entry.

Definition at line 29 of file MetadataLabel.java.

Constructor & Destructor Documentation

com.basistech.df.cybertriage.autopsy.ctapi.json.MetadataLabel.MetadataLabel ( @JsonProperty("key") String  key,
@JsonProperty("value") String  value,
@JsonProperty("info") String  extendedInfo 
)

Definition at line 36 of file MetadataLabel.java.

Member Function Documentation

String com.basistech.df.cybertriage.autopsy.ctapi.json.MetadataLabel.getExtendedInfo ( )

Definition at line 54 of file MetadataLabel.java.

String com.basistech.df.cybertriage.autopsy.ctapi.json.MetadataLabel.getKey ( )

Definition at line 46 of file MetadataLabel.java.

String com.basistech.df.cybertriage.autopsy.ctapi.json.MetadataLabel.getValue ( )

Definition at line 50 of file MetadataLabel.java.

Member Data Documentation

final String com.basistech.df.cybertriage.autopsy.ctapi.json.MetadataLabel.extendedInfo
private

Definition at line 33 of file MetadataLabel.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.json.MetadataLabel.key
private

Definition at line 31 of file MetadataLabel.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.json.MetadataLabel.value
private

Definition at line 32 of file MetadataLabel.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Feb 6 2024
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.