java.lang.Object
com.dabsquared.gitlabjenkins.gitlab.api.model.Note

public class Note extends Object
  • Constructor Details Link icon

    • Note Link icon

      public Note()
  • Method Details Link icon

    • getId Link icon

      public Long getId()
    • setId Link icon

      public void setId(Long id)
    • getProjectId Link icon

      public Integer getProjectId()
    • setprojectId Link icon

      public void setprojectId(Integer projectId)
    • getAuthor Link icon

      public User getAuthor()
    • setAuthor Link icon

      public void setAuthor(User author)
    • getCreatedAt Link icon

      public Date getCreatedAt()
    • setCreatedAt Link icon

      public void setCreatedAt(Date createdAt)
    • getUpdatedAt Link icon

      public Date getUpdatedAt()
    • setUpdatedAt Link icon

      public void setUpdatedAt(Date updatedAt)
    • getNote Link icon

      public String getNote()
    • setNote Link icon

      public void setNote(String note)
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object