Package org.gitlab4j.api.webhook
Class EventLabel
- java.lang.Object
-
- org.gitlab4j.api.webhook.EventLabel
-
public class EventLabel extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventLabel.LabelType
-
Constructor Summary
Constructors Constructor Description EventLabel()
-
Method Summary
Modifier and Type Method Description StringgetColor()DategetCreatedAt()StringgetDescription()IntegergetGroupId()IntegergetId()IntegergetProjectId()BooleangetTemplate()StringgetTitle()EventLabel.LabelTypegetType()DategetUpdatedAt()voidsetColor(String color)voidsetCreatedAt(Date createdAt)voidsetDescription(String description)voidsetGroupId(Integer groupId)voidsetId(Integer id)voidsetProjectId(Integer projectId)voidsetTemplate(Boolean template)voidsetTitle(String title)voidsetType(EventLabel.LabelType type)voidsetUpdatedAt(Date updatedAt)StringtoString()
-
-
-
Method Detail
-
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)
-
-