Class NoteObjectAttributes

java.lang.Object
com.dabsquared.gitlabjenkins.gitlab.hook.model.NoteObjectAttributes

public class NoteObjectAttributes extends Object
Author:
Nikolay Ustinov
  • Constructor Details Link icon

    • NoteObjectAttributes Link icon

      public NoteObjectAttributes()
  • 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)
    • getAuthorId Link icon

      public Integer getAuthorId()
    • setAuthorId Link icon

      public void setAuthorId(Integer authorId)
    • 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)
    • getUrl Link icon

      public String getUrl()
    • setUrl Link icon

      public void setUrl(String url)
    • 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