Package io.gs2.key.model
Class GitHubApiKey
java.lang.Object
io.gs2.key.model.GitHubApiKey
- All Implemented Interfaces:
IModel,Serializable,Comparable<GitHubApiKey>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic GitHubApiKeyfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetApiKeyId(String apiKeyId) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetEncryptionKeyName(String encryptionKeyName) voidvoidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withApiKeyId(String apiKeyId) withCreatedAt(Long createdAt) withDescription(String description) withEncryptionKeyName(String encryptionKeyName) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
GitHubApiKey
public GitHubApiKey()
-
-
Method Details
-
getApiKeyId
-
setApiKeyId
-
withApiKeyId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getEncryptionKeyName
-
setEncryptionKeyName
-
withEncryptionKeyName
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<GitHubApiKey>
-
hashCode
public int hashCode() -
equals
-