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

Public Member Functions

 CTCloudBeanResponse (@JsonProperty("items") List< CTCloudBean > items)
 
List< CTCloudBeangetItems ()
 

Private Attributes

final List< CTCloudBeanitems
 

Detailed Description

Container for file reputation result list response.

Definition at line 30 of file CTCloudBeanResponse.java.

Constructor & Destructor Documentation

com.basistech.df.cybertriage.autopsy.ctapi.json.CTCloudBeanResponse.CTCloudBeanResponse ( @JsonProperty("items") List< CTCloudBean items)

Definition at line 35 of file CTCloudBeanResponse.java.

Member Function Documentation

List<CTCloudBean> com.basistech.df.cybertriage.autopsy.ctapi.json.CTCloudBeanResponse.getItems ( )

Member Data Documentation

final List<CTCloudBean> com.basistech.df.cybertriage.autopsy.ctapi.json.CTCloudBeanResponse.items
private

Definition at line 32 of file CTCloudBeanResponse.java.


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.