Go to the documentation of this file.
19package org.sleuthkit.autopsy.discovery.search;
21import java.util.Objects;
22import org.openide.util.NbBundle;
23import org.sleuthkit.datamodel.SleuthkitCase;
24import org.sleuthkit.datamodel.BlackboardArtifact.ARTIFACT_TYPE;
77 public boolean equals(Object other) {
86 && this.domain.equals(otherRequest.
getDomain())
92 return 79 * 5 + Objects.hash(this.domain, this.artifactType);
97 "# {1} - artifactType",
98 "DomainSearchArtifactsRequest.toString.text=Domain: {0} ArtifactType: {1}"})
101 return Bundle.DomainSearchArtifactsRequest_toString_text(
domain,
artifactType.getDisplayName());
boolean equals(Object other)
ARTIFACT_TYPE getArtifactType()
SleuthkitCase getSleuthkitCase()
DomainSearchArtifactsRequest(SleuthkitCase sleuthkitCase, String domain, ARTIFACT_TYPE artifactType)
final ARTIFACT_TYPE artifactType
final SleuthkitCase sleuthkitCase
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.