Class MergeRequestLabel

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

public class MergeRequestLabel extends Object
Author:
Benjamin ROBIN
  • Constructor Details Link icon

    • MergeRequestLabel Link icon

      public MergeRequestLabel()
  • Method Details Link icon

    • getId Link icon

      public Integer getId()
    • setId Link icon

      public void setId(Integer id)
    • getTitle Link icon

      public String getTitle()
    • setTitle Link icon

      public void setTitle(String title)
    • getColor Link icon

      public String getColor()
    • setColor Link icon

      public void setColor(String color)
    • getProjectId Link icon

      public Integer getProjectId()
    • setProjectId Link icon

      public void setProjectId(Integer projectId)
    • 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)
    • getTemplate Link icon

      public Boolean getTemplate()
    • setTemplate Link icon

      public void setTemplate(Boolean template)
    • getDescription Link icon

      public String getDescription()
    • setDescription Link icon

      public void setDescription(String description)
    • getType Link icon

      public String getType()
    • setType Link icon

      public void setType(String type)
    • getGroupId Link icon

      public Integer getGroupId()
    • setGroupId Link icon

      public void setGroupId(Integer groupId)
    • 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