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

Classes

enum  Status
 

Public Member Functions

List< CTCloudCostBean > getCost ()
 
CTScore getCTScore ()
 
ZonedDateTime getFirstAnalyzedDate ()
 
ZonedDateTime getLastAnalyzedDate ()
 
String getMalwareDescription ()
 
List< MetadataLabelgetMetadata ()
 
String getScore ()
 
Status getStatus ()
 
String getStatusDescription ()
 
void setCost (List< CTCloudCostBean > cost)
 
void setFirstAnalyzedDate (ZonedDateTime firstAnalyzedDate)
 
void setLastAnalyzedDate (ZonedDateTime lastAnalyzedDate)
 
void setMalwareDescription (String malwareDescription)
 
void setMetadata (List< MetadataLabel > metadata)
 
void setScore (String score)
 
void setStatus (Status status)
 
void setStatusDescription (String statusDescription)
 

Private Attributes

List< CTCloudCostBean > cost
 
CTScore ctScore
 
ZonedDateTime firstAnalyzedDate
 
ZonedDateTime lastAnalyzedDate
 
String malwareDescription
 
List< MetadataLabelmetadata
 
String score
 
Status status
 
String statusDescription
 

Detailed Description

Author
rishwanth

Definition at line 34 of file MalwareResultBean.java.

Member Function Documentation

List<CTCloudCostBean> com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.getCost ( )
CTScore com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.getCTScore ( )
ZonedDateTime com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.getFirstAnalyzedDate ( )
ZonedDateTime com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.getLastAnalyzedDate ( )
String com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.getMalwareDescription ( )
List<MetadataLabel> com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.getMetadata ( )
String com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.getScore ( )
Status com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.getStatus ( )
String com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.getStatusDescription ( )
void com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.setCost ( List< CTCloudCostBean >  cost)

Definition at line 167 of file MalwareResultBean.java.

void com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.setFirstAnalyzedDate ( ZonedDateTime  firstAnalyzedDate)
void com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.setLastAnalyzedDate ( ZonedDateTime  lastAnalyzedDate)
void com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.setMalwareDescription ( String  malwareDescription)
void com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.setMetadata ( List< MetadataLabel metadata)

Definition at line 155 of file MalwareResultBean.java.

void com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.setScore ( String  score)
void com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.setStatus ( Status  status)
void com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.setStatusDescription ( String  statusDescription)

Member Data Documentation

List<CTCloudCostBean> com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.cost
private
CTScore com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.ctScore
private
ZonedDateTime com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.firstAnalyzedDate
private
ZonedDateTime com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.lastAnalyzedDate
private
String com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.malwareDescription
private
List<MetadataLabel> com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.metadata
private
String com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.score
private
Status com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.status
private
String com.basistech.df.cybertriage.autopsy.ctapi.json.MalwareResultBean.statusDescription
private

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.