public class EventLabel extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EventLabel.LabelType |
Constructor and Description |
---|
EventLabel() |
Modifier and Type | Method and 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() |
public Integer getId()
public void setId(Integer id)
public String getTitle()
public void setTitle(String title)
public String getColor()
public void setColor(String color)
public Integer getProjectId()
public void setProjectId(Integer projectId)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public Boolean getTemplate()
public void setTemplate(Boolean template)
public String getDescription()
public void setDescription(String description)
public EventLabel.LabelType getType()
public void setType(EventLabel.LabelType type)
public Integer getGroupId()
public void setGroupId(Integer groupId)
Copyright © 2019. All rights reserved.