Klasse ComponentIssuesCount

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ComponentIssuesCount extends Object
ComponentIssuesCount
  • Felddetails

    • issueCount

      protected Long issueCount
      The count of issues assigned to a component.
    • self

      protected URI self
      The URL for this count of issues for a component.
  • Konstruktordetails

    • ComponentIssuesCount

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

      @Internal public ComponentIssuesCount(Long issueCount, URI self)
      Constructs a validated instance of ComponentIssuesCount.

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

      Parameter:
      issueCount - The count of issues assigned to a component.
      self - The URL for this count of issues for a component.
    • ComponentIssuesCount

      protected ComponentIssuesCount()
  • Methodendetails

    • builder

    • issueCount

      public Long issueCount()
      The count of issues assigned to a component.
    • self

      public URI self()
      The URL for this count of issues for a component.
    • issueCount

      public ComponentIssuesCount issueCount(Long issueCount)
      The count of issues assigned to a component.
      Gibt zurück:
      this.
    • self

      public ComponentIssuesCount self(URI self)
      The URL for this count of issues for a component.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object