Go to the documentation of this file.
19package com.basistech.df.cybertriage.autopsy.ctapi.json;
21import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
22import com.fasterxml.jackson.annotation.JsonProperty;
23import javax.annotation.Nonnull;
24import javax.annotation.Nullable;
30@JsonIgnoreProperties(ignoreUnknown =
true)
42 @JsonProperty(
"malware")
45 @JsonProperty(
"correlation")
49 @JsonProperty(
"md5_hash")
53 @JsonProperty(
"sha1_hash")
92 +
", malwareDescription=" +
malwareResult.getMalwareDescription()
98 +
", statusDescription=" +
malwareResult.getStatusDescription()
MalwareResultBean malwareResult
String getSha1HashValue()
void setMd5HashValue(String md5HashValue)
MalwareResultBean getMalwareResult()
CorrelationResultBean getCorrelationResult()
CorrelationResultBean correlationResult
void setCorrelationResult(CorrelationResultBean correlationResult)
void setSha1HashValue(String sha1HashValue)
void setMalwareResult(MalwareResultBean malwareResult)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.