public class DeployKey extends Object
Constructor and Description |
---|
DeployKey() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getCanPush() |
Date |
getCreatedAt() |
Long |
getId() |
String |
getKey() |
String |
getTitle() |
void |
setCanPush(Boolean canPush) |
void |
setCreatedAt(Date createdAt) |
void |
setId(Long id) |
void |
setKey(String key) |
void |
setTitle(String title) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getKey()
public void setKey(String key)
public String getTitle()
public void setTitle(String title)
public Boolean getCanPush()
public void setCanPush(Boolean canPush)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
Copyright © 2022. All rights reserved.