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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ComponentIssuesCount
(Long issueCount, URI self) Constructs a validated instance ofComponentIssuesCount
.Constructs a validated instance ofComponentIssuesCount
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
The count of issues assigned to a component.issueCount
(Long issueCount) The count of issues assigned to a component.self()
The URL for this count of issues for a component.The URL for this count of issues for a component.toString()
-
Felddetails
-
issueCount
The count of issues assigned to a component. -
self
The URL for this count of issues for a component.
-
-
Konstruktordetails
-
ComponentIssuesCount
Constructs a validated instance ofComponentIssuesCount
.- Parameter:
spec
- the specification to process
-
ComponentIssuesCount
Constructs a validated instance ofComponentIssuesCount
.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
The count of issues assigned to a component. -
self
The URL for this count of issues for a component. -
issueCount
The count of issues assigned to a component.- Gibt zurück:
this
.
-
self
The URL for this count of issues for a component.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-