Klasse IssuesJqlMetaDataBean
java.lang.Object
io.github.primelib.jira4j.restv3.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 IntegerThe number of issues that were loaded in this evaluation.protected IntegerThe maximum number of issues that could be loaded in this evaluation.protected LongThe index of the first issue.protected LongThe total number of issues the JQL returned.Any warnings related to the JQL query. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedIssuesJqlMetaDataBean(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 booleancount()The number of issues that were loaded in this evaluation.The number of issues that were loaded in this evaluation.booleaninthashCode()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
-