19 package org.sleuthkit.autopsy.timeline.datamodel;
21 import com.google.common.collect.ImmutableMap;
22 import javax.annotation.Nullable;
23 import javax.annotation.concurrent.Immutable;
43 private final TskData.FileKnown
known;
47 public TimeLineEvent(
long eventID,
long dataSourceID,
long objID, @Nullable Long artifactID,
long time,
EventType type, String fullDescription, String medDescription, String shortDescription, TskData.FileKnown
known,
boolean hashHit,
boolean tagged) {
50 this.artifactID = artifactID == 0 ? null :
artifactID;
112 return descriptions.get(lod);
TskData.FileKnown getKnown()
TimeLineEvent(long eventID, long dataSourceID, long objID,@Nullable Long artifactID, long time, EventType type, String fullDescription, String medDescription, String shortDescription, TskData.FileKnown known, boolean hashHit, boolean tagged)
String getMedDescription()
String getShortDescription()
final TskData.FileKnown known
final ImmutableMap< DescriptionLoD, String > descriptions
String getDescription(DescriptionLoD lod)
String getFullDescription()