|
Autopsy
4.22.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Response POJO for request for license.
Definition at line 29 of file LicenseResponse.java.
| 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.
| 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 | ( | ) |
Definition at line 68 of file LicenseResponse.java.
Referenced by com.basistech.df.cybertriage.autopsy.ctoptions.ctcloud.CTMalwareScannerOptionsPanel.LicenseFetcher.done().
| 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 | ( | ) |
Definition at line 52 of file LicenseResponse.java.
Referenced by com.basistech.df.cybertriage.autopsy.ctoptions.ctcloud.CTMalwareScannerOptionsPanel.LicenseFetcher.done().
|
private |
Definition at line 34 of file LicenseResponse.java.
|
private |
Definition at line 35 of file LicenseResponse.java.
|
private |
Definition at line 32 of file LicenseResponse.java.
|
private |
Definition at line 33 of file LicenseResponse.java.
|
private |
Definition at line 31 of file LicenseResponse.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.