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.LicenseResponse Class Reference

Public Member Functions

 LicenseResponse (@JsonProperty("success") Boolean success,@JsonProperty("hostChanged") Boolean hostChanged,@JsonProperty("hostChangesRemaining") Long hostChangesRemaining,@JsonProperty("boostLicense") BoostLicenseResponse boostLicense,@JsonProperty("errorMsg") String errorMsg)
 
BoostLicenseResponse getBoostLicense ()
 
String getErrorMsg ()
 
Long getHostChangesRemaining ()
 
Boolean isHostChanged ()
 
Boolean isSuccess ()
 

Private Attributes

final BoostLicenseResponse boostLicense
 
final String errorMsg
 
final Boolean hostChanged
 
final Long hostChangesRemaining
 
final Boolean success
 

Detailed Description

Response POJO for request for license.

Definition at line 29 of file LicenseResponse.java.

Constructor & Destructor Documentation

com.basistech.df.cybertriage.autopsy.ctapi.json.LicenseResponse.LicenseResponse ( @JsonProperty("success") Boolean  success,
@JsonProperty("hostChanged") Boolean  hostChanged,
@JsonProperty("hostChangesRemaining") Long  hostChangesRemaining,
@JsonProperty("boostLicense") BoostLicenseResponse  boostLicense,
@JsonProperty("errorMsg") String  errorMsg 
)

Definition at line 38 of file LicenseResponse.java.

Member Function Documentation

BoostLicenseResponse com.basistech.df.cybertriage.autopsy.ctapi.json.LicenseResponse.getBoostLicense ( )

Definition at line 64 of file LicenseResponse.java.

String com.basistech.df.cybertriage.autopsy.ctapi.json.LicenseResponse.getErrorMsg ( )
Long com.basistech.df.cybertriage.autopsy.ctapi.json.LicenseResponse.getHostChangesRemaining ( )

Definition at line 60 of file LicenseResponse.java.

Boolean com.basistech.df.cybertriage.autopsy.ctapi.json.LicenseResponse.isHostChanged ( )

Definition at line 56 of file LicenseResponse.java.

Boolean com.basistech.df.cybertriage.autopsy.ctapi.json.LicenseResponse.isSuccess ( )

Member Data Documentation

final BoostLicenseResponse com.basistech.df.cybertriage.autopsy.ctapi.json.LicenseResponse.boostLicense
private

Definition at line 34 of file LicenseResponse.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.json.LicenseResponse.errorMsg
private

Definition at line 35 of file LicenseResponse.java.

final Boolean com.basistech.df.cybertriage.autopsy.ctapi.json.LicenseResponse.hostChanged
private

Definition at line 32 of file LicenseResponse.java.

final Long com.basistech.df.cybertriage.autopsy.ctapi.json.LicenseResponse.hostChangesRemaining
private

Definition at line 33 of file LicenseResponse.java.

final Boolean com.basistech.df.cybertriage.autopsy.ctapi.json.LicenseResponse.success
private

Definition at line 31 of file LicenseResponse.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.