Go to the documentation of this file.
19package com.basistech.df.cybertriage.autopsy.ctapi.json;
21import com.fasterxml.jackson.annotation.JsonCreator;
22import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
23import com.fasterxml.jackson.annotation.JsonProperty;
29@JsonIgnoreProperties(ignoreUnknown =
true)
32 private final List<CTCloudBean>
items;
36 @JsonProperty(
"items") List<CTCloudBean>
items
List< CTCloudBean > getItems()
CTCloudBeanResponse( @JsonProperty("items") List< CTCloudBean > items)
final List< CTCloudBean > items
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.