Class VersionIssuesStatus

java.lang.Object
io.github.primelib.jira4j.restv3.model.VersionIssuesStatus

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class VersionIssuesStatus extends Object
VersionIssuesStatus
  • Field Details

    • done

      protected Long done
      Count of issues with status *done*.
    • inProgress

      protected Long inProgress
      Count of issues with status *in progress*.
    • toDo

      protected Long toDo
      Count of issues with status *to do*.
    • unmapped

      protected Long unmapped
      Count of issues with a status other than *to do*, *in progress*, and *done*.
  • Constructor Details

    • VersionIssuesStatus

      public VersionIssuesStatus(Consumer<VersionIssuesStatus> spec)
      Constructs a validated instance of VersionIssuesStatus.
      Parameters:
      spec - the specification to process
    • VersionIssuesStatus

      @Internal public VersionIssuesStatus(Long done, Long inProgress, Long toDo, Long unmapped)
      Constructs a validated instance of VersionIssuesStatus.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using VersionIssuesStatus(Consumer) instead.

      Parameters:
      done - Count of issues with status *done*.
      inProgress - Count of issues with status *in progress*.
      toDo - Count of issues with status *to do*.
      unmapped - Count of issues with a status other than *to do*, *in progress*, and *done*.
    • VersionIssuesStatus

      protected VersionIssuesStatus()
  • Method Details

    • builder

    • done

      public Long done()
      Count of issues with status *done*.
    • inProgress

      public Long inProgress()
      Count of issues with status *in progress*.
    • toDo

      public Long toDo()
      Count of issues with status *to do*.
    • unmapped

      public Long unmapped()
      Count of issues with a status other than *to do*, *in progress*, and *done*.
    • done

      public VersionIssuesStatus done(Long done)
      Count of issues with status *done*.
      Returns:
      this.
    • inProgress

      public VersionIssuesStatus inProgress(Long inProgress)
      Count of issues with status *in progress*.
      Returns:
      this.
    • toDo

      public VersionIssuesStatus toDo(Long toDo)
      Count of issues with status *to do*.
      Returns:
      this.
    • unmapped

      public VersionIssuesStatus unmapped(Long unmapped)
      Count of issues with a status other than *to do*, *in progress*, and *done*.
      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