public class GitHubApiKey extends Object implements IModel, Serializable, Comparable<GitHubApiKey>
| Constructor and Description |
|---|
GitHubApiKey() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GitHubApiKey o) |
boolean |
equals(Object o) |
static GitHubApiKey |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getApiKeyId() |
Long |
getCreatedAt() |
String |
getDescription() |
String |
getEncryptionKeyName() |
String |
getName() |
Long |
getUpdatedAt() |
int |
hashCode() |
void |
setApiKeyId(String apiKeyId) |
void |
setCreatedAt(Long createdAt) |
void |
setDescription(String description) |
void |
setEncryptionKeyName(String encryptionKeyName) |
void |
setName(String name) |
void |
setUpdatedAt(Long updatedAt) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GitHubApiKey |
withApiKeyId(String apiKeyId) |
GitHubApiKey |
withCreatedAt(Long createdAt) |
GitHubApiKey |
withDescription(String description) |
GitHubApiKey |
withEncryptionKeyName(String encryptionKeyName) |
GitHubApiKey |
withName(String name) |
GitHubApiKey |
withUpdatedAt(Long updatedAt) |
public String getApiKeyId()
public void setApiKeyId(String apiKeyId)
public GitHubApiKey withApiKeyId(String apiKeyId)
public String getName()
public void setName(String name)
public GitHubApiKey withName(String name)
public String getDescription()
public void setDescription(String description)
public GitHubApiKey withDescription(String description)
public String getEncryptionKeyName()
public void setEncryptionKeyName(String encryptionKeyName)
public GitHubApiKey withEncryptionKeyName(String encryptionKeyName)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public GitHubApiKey withCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public GitHubApiKey withUpdatedAt(Long updatedAt)
public static GitHubApiKey fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(GitHubApiKey o)
compareTo in interface Comparable<GitHubApiKey>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.