@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class IssuesJqlMetaDataBean extends Object
| Constructor and Description |
|---|
IssuesJqlMetaDataBean() |
| Modifier and Type | Method and Description |
|---|---|
IssuesJqlMetaDataBean |
addValidationWarningsItem(String validationWarningsItem) |
IssuesJqlMetaDataBean |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
The number of issues that were loaded in this evaluation.
|
Integer |
getMaxResults()
The maximum number of issues that could be loaded in this evaluation.
|
Long |
getStartAt()
The index of the first issue.
|
Long |
getTotalCount()
The total number of issues the JQL returned.
|
List<String> |
getValidationWarnings()
Any warnings related to the JQL query.
|
int |
hashCode() |
IssuesJqlMetaDataBean |
maxResults(Integer maxResults) |
void |
setCount(Integer count) |
void |
setMaxResults(Integer maxResults) |
void |
setStartAt(Long startAt) |
void |
setTotalCount(Long totalCount) |
void |
setValidationWarnings(List<String> validationWarnings) |
IssuesJqlMetaDataBean |
startAt(Long startAt) |
String |
toString() |
IssuesJqlMetaDataBean |
totalCount(Long totalCount) |
IssuesJqlMetaDataBean |
validationWarnings(List<String> validationWarnings) |
public IssuesJqlMetaDataBean startAt(Long startAt)
public Long getStartAt()
public void setStartAt(Long startAt)
public IssuesJqlMetaDataBean maxResults(Integer maxResults)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public IssuesJqlMetaDataBean count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public IssuesJqlMetaDataBean totalCount(Long totalCount)
public Long getTotalCount()
public void setTotalCount(Long totalCount)
public IssuesJqlMetaDataBean validationWarnings(List<String> validationWarnings)
public IssuesJqlMetaDataBean addValidationWarningsItem(String validationWarningsItem)
public List<String> getValidationWarnings()
Copyright © 2011–2021 Everit Kft.. All rights reserved.