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() |
Long |
getGroupId() |
Long |
getId() |
Long |
getProjectId() |
Boolean |
getTemplate() |
String |
getTitle() |
EventLabel.LabelType |
getType() |
Date |
getUpdatedAt() |
void |
setColor(String color) |
void |
setCreatedAt(Date createdAt) |
void |
setDescription(String description) |
void |
setGroupId(Long groupId) |
void |
setId(Long id) |
void |
setProjectId(Long projectId) |
void |
setTemplate(Boolean template) |
void |
setTitle(String title) |
void |
setType(EventLabel.LabelType type) |
void |
setUpdatedAt(Date updatedAt) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getTitle()
public void setTitle(String title)
public String getColor()
public void setColor(String color)
public Long getProjectId()
public void setProjectId(Long 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 Long getGroupId()
public void setGroupId(Long groupId)
Copyright © 2022. All rights reserved.