Class IssuesJqlMetaDataBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssuesJqlMetaDataBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssuesJqlMetaDataBean
extends Object
IssuesJqlMetaDataBean
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integer
The number of issues that were loaded in this evaluation.protected Integer
The maximum number of issues that could be loaded in this evaluation.protected Long
The index of the first issue.protected Long
The total number of issues the JQL returned.Any warnings related to the JQL query. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
IssuesJqlMetaDataBean
(Integer count, Integer maxResults, Long startAt, Long totalCount, List<String> validationWarnings) Constructs a validated instance ofIssuesJqlMetaDataBean
.Constructs a validated instance ofIssuesJqlMetaDataBean
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
count()
The number of issues that were loaded in this evaluation.The number of issues that were loaded in this evaluation.boolean
int
hashCode()
The maximum number of issues that could be loaded in this evaluation.maxResults
(Integer maxResults) The maximum number of issues that could be loaded in this evaluation.startAt()
The index of the first issue.The index of the first issue.toString()
The total number of issues the JQL returned.totalCount
(Long totalCount) The total number of issues the JQL returned.Any warnings related to the JQL query.validationWarnings
(List<String> validationWarnings) Any warnings related to the JQL query.
-
Field Details
-
count
The number of issues that were loaded in this evaluation. -
maxResults
The maximum number of issues that could be loaded in this evaluation. -
startAt
The index of the first issue. -
totalCount
The total number of issues the JQL returned. -
validationWarnings
Any warnings related to the JQL query. Present only if the validation mode was set towarn
.
-
-
Constructor Details
-
IssuesJqlMetaDataBean
Constructs a validated instance ofIssuesJqlMetaDataBean
.- Parameters:
spec
- the specification to process
-
IssuesJqlMetaDataBean
@Internal public IssuesJqlMetaDataBean(Integer count, Integer maxResults, Long startAt, Long totalCount, List<String> validationWarnings) Constructs a validated instance ofIssuesJqlMetaDataBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssuesJqlMetaDataBean(Consumer)
instead.- Parameters:
count
- The number of issues that were loaded in this evaluation.maxResults
- The maximum number of issues that could be loaded in this evaluation.startAt
- The index of the first issue.totalCount
- The total number of issues the JQL returned.validationWarnings
- Any warnings related to the JQL query. Present only if the validation mode was set towarn
.
-
IssuesJqlMetaDataBean
protected IssuesJqlMetaDataBean()
-
-
Method Details
-
builder
-
count
The number of issues that were loaded in this evaluation. -
maxResults
The maximum number of issues that could be loaded in this evaluation. -
startAt
The index of the first issue. -
totalCount
The total number of issues the JQL returned. -
validationWarnings
Any warnings related to the JQL query. Present only if the validation mode was set towarn
. -
count
The number of issues that were loaded in this evaluation.- Returns:
this
.
-
maxResults
The maximum number of issues that could be loaded in this evaluation.- Returns:
this
.
-
startAt
The index of the first issue.- Returns:
this
.
-
totalCount
The total number of issues the JQL returned.- Returns:
this
.
-
validationWarnings
Any warnings related to the JQL query. Present only if the validation mode was set towarn
.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-