public class IssueWithCommentsEntity extends Object
| Constructor and Description |
|---|
IssueWithCommentsEntity(String key,
String status,
String summary,
String description,
Date created,
Date lastUpdated,
List<CommentEntity> comments,
boolean hasUpdates) |
| Modifier and Type | Method and Description |
|---|---|
List<CommentEntity> |
getComments() |
Date |
getDateCreated() |
Date |
getDateUpdated() |
String |
getDescription() |
String |
getKey() |
String |
getStatus() |
String |
getSummary() |
boolean |
isHasUpdates() |
void |
setComments(List<CommentEntity> comments) |
void |
setDateCreated(Date dateCreated) |
void |
setDateUpdated(Date dateUpdated) |
void |
setDescription(String description) |
void |
setHasUpdates(boolean hasUpdates) |
void |
setKey(String key) |
void |
setStatus(String status) |
void |
setSummary(String summary) |
public String getKey()
public String getStatus()
public String getSummary()
public String getDescription()
public List<CommentEntity> getComments()
public Date getDateCreated()
public Date getDateUpdated()
public boolean isHasUpdates()
public void setKey(String key)
public void setStatus(String status)
public void setSummary(String summary)
public void setDescription(String description)
public void setDateUpdated(Date dateUpdated)
public void setHasUpdates(boolean hasUpdates)
public void setDateCreated(Date dateCreated)
public void setComments(List<CommentEntity> comments)
Copyright © 2015 Atlassian. All rights reserved.