public class Epic extends Object
Constructor and Description |
---|
Epic() |
Modifier and Type | Method and Description |
---|---|
Author |
getAuthor() |
Date |
getCreatedAt() |
String |
getDescription() |
Date |
getEndDate() |
Integer |
getGroupId() |
Integer |
getId() |
Integer |
getIid() |
List<String> |
getLabels() |
Date |
getStartDate() |
String |
getTitle() |
Date |
getUpdatedAt() |
void |
setAuthor(Author author) |
void |
setCreatedAt(Date createdAt) |
void |
setDescription(String description) |
void |
setEndDate(Date endDate) |
void |
setGroupId(Integer groupId) |
void |
setId(Integer id) |
void |
setIid(Integer iid) |
void |
setLabels(List<String> labels) |
void |
setStartDate(Date startDate) |
void |
setTitle(String title) |
void |
setUpdatedAt(Date updatedAt) |
String |
toString() |
Epic |
withAuthor(Author author) |
Epic |
withDescription(String description) |
Epic |
withEndDate(Date endDate) |
Epic |
withLabels(List<String> labels) |
Epic |
withStartDate(Date startDate) |
Epic |
withTitle(String title) |
public Integer getId()
public void setId(Integer id)
public Integer getIid()
public void setIid(Integer iid)
public Integer getGroupId()
public void setGroupId(Integer groupId)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public Author getAuthor()
public void setAuthor(Author author)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
Copyright © 2020. All rights reserved.