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 class
EventLabel.LabelType
-
Constructor Summary
Constructors Constructor Description EventLabel()
-
Method Summary
Modifier and Type Method Description String
getColor()
Date
getCreatedAt()
String
getDescription()
Integer
getGroupId()
Integer
getId()
Integer
getProjectId()
Boolean
getTemplate()
String
getTitle()
EventLabel.LabelType
getType()
Date
getUpdatedAt()
void
setColor(String color)
void
setCreatedAt(Date createdAt)
void
setDescription(String description)
void
setGroupId(Integer groupId)
void
setId(Integer id)
void
setProjectId(Integer projectId)
void
setTemplate(Boolean template)
void
setTitle(String title)
void
setType(EventLabel.LabelType type)
void
setUpdatedAt(Date updatedAt)
String
toString()
-
-
-
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)
-
-