Class EventLabel

java.lang.Object
org.gitlab4j.api.webhook.EventLabel

public class EventLabel
extends Object
  • Constructor Details

    • EventLabel

      public EventLabel()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId​(Integer id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle​(String title)
    • getColor

      public String getColor()
    • setColor

      public void setColor​(String color)
    • getProjectId

      public Integer getProjectId()
    • setProjectId

      public void setProjectId​(Integer projectId)
    • getCreatedAt

      public Date getCreatedAt()
    • setCreatedAt

      public void setCreatedAt​(Date createdAt)
    • getUpdatedAt

      public Date getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt​(Date updatedAt)
    • getTemplate

      public Boolean getTemplate()
    • setTemplate

      public void setTemplate​(Boolean template)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription​(String description)
    • getType

      public EventLabel.LabelType getType()
    • setType

      public void setType​(EventLabel.LabelType type)
    • getGroupId

      public Integer getGroupId()
    • setGroupId

      public void setGroupId​(Integer groupId)
    • toString

      public String toString()
      Overrides:
      toString in class Object