Class SshKey


  • public class SshKey
    extends Object
    • Constructor Detail

      • SshKey

        public SshKey()
    • Method Detail

      • setId

        public void setId​(Integer id)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • getUserId

        public Integer getUserId()
      • setUserId

        public void setUserId​(Integer userId)