Class EventLabel

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

public class EventLabel extends Object
  • Constructor Details

    • EventLabel

      public EventLabel()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • getProjectId

      public Long getProjectId()
    • setProjectId

      public void setProjectId(Long 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 Long getGroupId()
    • setGroupId

      public void setGroupId(Long groupId)
    • toString

      public String toString()
      Overrides:
      toString in class Object