Go to the documentation of this file.
19package org.sleuthkit.autopsy.discovery.search;
21import java.util.Objects;
22import org.sleuthkit.datamodel.SleuthkitCase;
77 public boolean equals(Object other) {
88 && this.domain.equals(otherRequest.
getDomain())
94 return 79 * 5 + Objects.hash(this.domain, this.iconSize);
final SleuthkitCase sleuthkitCase
boolean equals(Object other)
DomainSearchThumbnailRequest(SleuthkitCase sleuthkitCase, String domain, int iconSize)
SleuthkitCase getSleuthkitCase()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.