Class GitHubApiKey

java.lang.Object
io.gs2.key.model.GitHubApiKey
All Implemented Interfaces:
IModel, Serializable, Comparable<GitHubApiKey>

public class GitHubApiKey extends Object implements IModel, Serializable, Comparable<GitHubApiKey>
See Also:
  • Constructor Details

    • GitHubApiKey

      public GitHubApiKey()
  • Method Details

    • getApiKeyId

      public String getApiKeyId()
    • setApiKeyId

      public void setApiKeyId(String apiKeyId)
    • withApiKeyId

      public GitHubApiKey withApiKeyId(String apiKeyId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public GitHubApiKey withName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public GitHubApiKey withDescription(String description)
    • getEncryptionKeyName

      public String getEncryptionKeyName()
    • setEncryptionKeyName

      public void setEncryptionKeyName(String encryptionKeyName)
    • withEncryptionKeyName

      public GitHubApiKey withEncryptionKeyName(String encryptionKeyName)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public GitHubApiKey withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public GitHubApiKey withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public GitHubApiKey withRevision(Long revision)
    • fromJson

      public static GitHubApiKey fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(GitHubApiKey o)
      Specified by:
      compareTo in interface Comparable<GitHubApiKey>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object