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

Public Member Functions

 DecryptedLicenseResponse (@JsonProperty("boostLicenseId") String boostLicenseId,@JsonProperty("licenseHostId") String licenseHostId,@JsonDeserialize(using=InstantEpochMillisDeserializer.class)@JsonProperty("expirationDate") Instant expirationDate,@JsonProperty("hashLookups") Long hashLookups,@JsonProperty("fileUploads") Long fileUploads,@JsonDeserialize(using=InstantEpochMillisDeserializer.class)@JsonProperty("activationTime") Instant activationTime,@JsonProperty("product") String product,@JsonProperty("limitType") LicenseLimitType limitType,@JsonProperty("timezone") String timezone,@JsonProperty("customerEmail") String customerEmail,@JsonProperty("customerName") String customerName)
 
Instant getActivationTime ()
 
String getBoostLicenseId ()
 
String getCustomerEmail ()
 
String getCustomerName ()
 
Instant getExpirationDate ()
 
Long getFileUploads ()
 
Long getHashLookups ()
 
String getLicenseHostId ()
 
LicenseLimitType getLimitType ()
 
String getProduct ()
 
String getTimezone ()
 

Private Attributes

final Instant activationTime
 
final String boostLicenseId
 
final String customerEmail
 
final String customerName
 
final Instant expirationDate
 
final Long fileUploads
 
final Long hashLookups
 
final String licenseHostId
 
final LicenseLimitType limitType
 
final String product
 
final String timezone
 

Detailed Description

POJO for after encrypted boost license has been decrypted.

Definition at line 32 of file DecryptedLicenseResponse.java.

Constructor & Destructor Documentation

com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.DecryptedLicenseResponse ( @JsonProperty("boostLicenseId") String  boostLicenseId,
@JsonProperty("licenseHostId") String  licenseHostId,
@JsonDeserialize(using=InstantEpochMillisDeserializer.class)@JsonProperty("expirationDate") Instant  expirationDate,
@JsonProperty("hashLookups") Long  hashLookups,
@JsonProperty("fileUploads") Long  fileUploads,
@JsonDeserialize(using=InstantEpochMillisDeserializer.class)@JsonProperty("activationTime") Instant  activationTime,
@JsonProperty("product") String  product,
@JsonProperty("limitType") LicenseLimitType  limitType,
@JsonProperty("timezone") String  timezone,
@JsonProperty("customerEmail") String  customerEmail,
@JsonProperty("customerName") String  customerName 
)

Definition at line 47 of file DecryptedLicenseResponse.java.

Member Function Documentation

Instant com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.getActivationTime ( )

Definition at line 91 of file DecryptedLicenseResponse.java.

String com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.getBoostLicenseId ( )
String com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.getCustomerEmail ( )

Definition at line 111 of file DecryptedLicenseResponse.java.

String com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.getCustomerName ( )

Definition at line 115 of file DecryptedLicenseResponse.java.

Instant com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.getExpirationDate ( )
Long com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.getFileUploads ( )

Definition at line 87 of file DecryptedLicenseResponse.java.

Long com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.getHashLookups ( )

Definition at line 83 of file DecryptedLicenseResponse.java.

String com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.getLicenseHostId ( )
LicenseLimitType com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.getLimitType ( )
String com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.getProduct ( )
String com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.getTimezone ( )

Definition at line 107 of file DecryptedLicenseResponse.java.

Member Data Documentation

final Instant com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.activationTime
private

Definition at line 39 of file DecryptedLicenseResponse.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.boostLicenseId
private

Definition at line 34 of file DecryptedLicenseResponse.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.customerEmail
private

Definition at line 43 of file DecryptedLicenseResponse.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.customerName
private

Definition at line 44 of file DecryptedLicenseResponse.java.

final Instant com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.expirationDate
private

Definition at line 36 of file DecryptedLicenseResponse.java.

final Long com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.fileUploads
private

Definition at line 38 of file DecryptedLicenseResponse.java.

final Long com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.hashLookups
private

Definition at line 37 of file DecryptedLicenseResponse.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.licenseHostId
private

Definition at line 35 of file DecryptedLicenseResponse.java.

final LicenseLimitType com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.limitType
private

Definition at line 41 of file DecryptedLicenseResponse.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.product
private

Definition at line 40 of file DecryptedLicenseResponse.java.

final String com.basistech.df.cybertriage.autopsy.ctapi.json.DecryptedLicenseResponse.timezone
private

Definition at line 42 of file DecryptedLicenseResponse.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.