Package com.seeq.model
Class AccessKeyOutputV1
java.lang.Object
com.seeq.model.AccessKeyOutputV1
The list of API Keys
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
The date this API Key was createdClarifying information or other plain language description of this itemGet effectivePermissionsgetId()
The ID that can be used to interact with the itemIs Admin CapableWhether item is archivedWhether item is redactedgetKeyId()
The ID of the keyThe date this API Key was last usedgetName()
The human readable nameThe password portion of this API KeyA plain language status message with information about any issues that may have been encountered during an operationThe item's translation key, if anygetType()
The type of the itemThe ID of the user this API Key maps toint
hashCode()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) void
setCreatedAt
(String createdAt) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
void
setIsAdmin
(Boolean isAdmin) void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
setLastUsed
(String lastUsed) void
void
setPassword
(String password) void
setStatusMessage
(String statusMessage) void
setTranslationKey
(String translationKey) void
void
statusMessage
(String statusMessage) toString()
translationKey
(String translationKey)
-
Constructor Details
-
AccessKeyOutputV1
public AccessKeyOutputV1()
-
-
Method Details
-
createdAt
-
getCreatedAt
The date this API Key was created- Returns:
- createdAt
-
setCreatedAt
-
description
-
getDescription
Clarifying information or other plain language description of this item- Returns:
- description
-
setDescription
-
effectivePermissions
-
getEffectivePermissions
Get effectivePermissions- Returns:
- effectivePermissions
-
setEffectivePermissions
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
isAdmin
-
getIsAdmin
Is Admin Capable- Returns:
- isAdmin
-
setIsAdmin
-
isArchived
-
getIsArchived
Whether item is archived- Returns:
- isArchived
-
setIsArchived
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
keyId
-
getKeyId
The ID of the key- Returns:
- keyId
-
setKeyId
-
lastUsed
-
getLastUsed
The date this API Key was last used- Returns:
- lastUsed
-
setLastUsed
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
password
-
getPassword
The password portion of this API Key- Returns:
- password
-
setPassword
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation- Returns:
- statusMessage
-
setStatusMessage
-
translationKey
-
getTranslationKey
The item's translation key, if any- Returns:
- translationKey
-
setTranslationKey
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
userId
-
getUserId
The ID of the user this API Key maps to- Returns:
- userId
-
setUserId
-
equals
-
hashCode
public int hashCode() -
toString
-