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