public class IssuesWithCommentsEntity extends Object
| Constructor and Description |
|---|
IssuesWithCommentsEntity(List<IssueWithCommentsEntity> oldIssues,
long since,
boolean crashReportingDisabled) |
| Modifier and Type | Method and Description |
|---|---|
List<IssueWithCommentsEntity> |
getIssues() |
long |
getSinceMillis() |
boolean |
isCrashReportingDisabledInJIRA() |
void |
setIssues(List<IssueWithCommentsEntity> issues) |
public IssuesWithCommentsEntity(List<IssueWithCommentsEntity> oldIssues, long since, boolean crashReportingDisabled)
public List<IssueWithCommentsEntity> getIssues()
public void setIssues(List<IssueWithCommentsEntity> issues)
public long getSinceMillis()
public boolean isCrashReportingDisabledInJIRA()
Copyright © 2015 Atlassian. All rights reserved.