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;
28@JsonIgnoreProperties(ignoreUnknown =
true)
39 @JsonProperty(
"success") Boolean
success,
43 @JsonProperty(
"errorMsg") String
errorMsg
final Long hostChangesRemaining
final Boolean hostChanged
final BoostLicenseResponse boostLicense
Long getHostChangesRemaining()
BoostLicenseResponse getBoostLicense()
LicenseResponse( @JsonProperty("success") Boolean success, @JsonProperty("hostChanged") Boolean hostChanged, @JsonProperty("hostChangesRemaining") Long hostChangesRemaining, @JsonProperty("boostLicense") BoostLicenseResponse boostLicense, @JsonProperty("errorMsg") String errorMsg)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.