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
  • Field Details

    • count

      protected Integer count
      The number of issues that were loaded in this evaluation.
    • maxResults

      protected Integer maxResults
      The maximum number of issues that could be loaded in this evaluation.
    • startAt

      protected Long startAt
      The index of the first issue.
    • totalCount

      protected Long totalCount
      The total number of issues the JQL returned.
    • validationWarnings

      protected List<String> validationWarnings
      Any warnings related to the JQL query. Present only if the validation mode was set to warn.
  • Constructor Details

    • IssuesJqlMetaDataBean

      public IssuesJqlMetaDataBean(Consumer<IssuesJqlMetaDataBean> spec)
      Constructs a validated instance of IssuesJqlMetaDataBean.
      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 of IssuesJqlMetaDataBean.

      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 to warn.
    • IssuesJqlMetaDataBean

      protected IssuesJqlMetaDataBean()
  • Method Details

    • builder

    • count

      public Integer count()
      The number of issues that were loaded in this evaluation.
    • maxResults

      public Integer maxResults()
      The maximum number of issues that could be loaded in this evaluation.
    • startAt

      public Long startAt()
      The index of the first issue.
    • totalCount

      public Long totalCount()
      The total number of issues the JQL returned.
    • validationWarnings

      public List<String> validationWarnings()
      Any warnings related to the JQL query. Present only if the validation mode was set to warn.
    • count

      public IssuesJqlMetaDataBean count(Integer count)
      The number of issues that were loaded in this evaluation.
      Returns:
      this.
    • maxResults

      public IssuesJqlMetaDataBean maxResults(Integer maxResults)
      The maximum number of issues that could be loaded in this evaluation.
      Returns:
      this.
    • startAt

      public IssuesJqlMetaDataBean startAt(Long startAt)
      The index of the first issue.
      Returns:
      this.
    • totalCount

      public IssuesJqlMetaDataBean totalCount(Long totalCount)
      The total number of issues the JQL returned.
      Returns:
      this.
    • validationWarnings

      public IssuesJqlMetaDataBean validationWarnings(List<String> validationWarnings)
      Any warnings related to the JQL query. Present only if the validation mode was set to warn.
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object