Go to the documentation of this file.
19package com.basistech.df.cybertriage.autopsy.ctapi.json;
21import com.basistech.df.cybertriage.autopsy.ctapi.util.ObjectMapperUtil.InstantEpochMillisDeserializer;
22import com.basistech.df.cybertriage.autopsy.ctapi.util.ObjectMapperUtil.InstantEpochSecsDeserializer;
23import com.fasterxml.jackson.annotation.JsonCreator;
24import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
25import com.fasterxml.jackson.annotation.JsonProperty;
26import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
27import java.time.Instant;
32@JsonIgnoreProperties(ignoreUnknown =
true)
47 @JsonProperty(
"token") String
token,
48 @JsonProperty(
"api_key") String
apiKey,
55 @JsonProperty(
"expiration") Instant
expiration,
57 @JsonProperty(
"resetDate") Instant
resetDate
Long getHashLookupCount()
Long getHashLookupLimit()
final String fileUploadUrl
Long getFileUploadCount()
final Long fileUploadCount
final Long hashLookupCount
AuthTokenResponse( @JsonProperty("token") String token, @JsonProperty("api_key") String apiKey, @JsonProperty("hashLookupCount") Long hashLookupCount, @JsonProperty("hashLookupLimit") Long hashLookupLimit, @JsonProperty("fileUploadLimit") Long fileUploadLimit, @JsonProperty("fileUploadCount") Long fileUploadCount, @JsonProperty("fileUploadUrl") String fileUploadUrl, @JsonDeserialize(using=InstantEpochSecsDeserializer.class) @JsonProperty("expiration") Instant expiration, @JsonDeserialize(using=InstantEpochMillisDeserializer.class) @JsonProperty("resetDate") Instant resetDate)
String getFileUploadUrl()
final Long hashLookupLimit
final Long fileUploadLimit
Long getFileUploadLimit()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.