Class SshKey

java.lang.Object
org.gitlab4j.api.models.SshKey

public class SshKey extends Object
  • Constructor Details

    • SshKey

      public SshKey()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long 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)
    • getExpiresAt

      public Date getExpiresAt()
    • setExpiresAt

      public void setExpiresAt(Date expiresAt)
    • getUserId

      public Long getUserId()
    • setUserId

      public void setUserId(Long userId)
    • toString

      public String toString()
      Overrides:
      toString in class Object