Klasse IssuesJqlMetaDataBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssuesJqlMetaDataBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssuesJqlMetaDataBean
extends Object
IssuesJqlMetaDataBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
IssuesJqlMetaDataBean
(Integer count, Integer maxResults, Long startAt, Long totalCount, List<String> validationWarnings) Constructs a validated instance ofIssuesJqlMetaDataBean
.Constructs a validated instance ofIssuesJqlMetaDataBean
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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.
-
Felddetails
-
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
.
-
-
Konstruktordetails
-
IssuesJqlMetaDataBean
Constructs a validated instance ofIssuesJqlMetaDataBean
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
maxResults
The maximum number of issues that could be loaded in this evaluation.- Gibt zurück:
this
.
-
startAt
The index of the first issue.- Gibt zurück:
this
.
-
totalCount
The total number of issues the JQL returned.- Gibt zurück:
this
.
-
validationWarnings
Any warnings related to the JQL query. Present only if the validation mode was set towarn
.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-