Klasse VersionUnresolvedIssuesCount
java.lang.Object
io.github.primelib.jira4j.restv2.model.VersionUnresolvedIssuesCount
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class VersionUnresolvedIssuesCount
extends Object
VersionUnresolvedIssuesCount
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
VersionUnresolvedIssuesCount
(Long issuesCount, Long issuesUnresolvedCount, URI self) Constructs a validated instance ofVersionUnresolvedIssuesCount
.Constructs a validated instance ofVersionUnresolvedIssuesCount
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
Count of issues.issuesCount
(Long issuesCount) Count of issues.Count of unresolved issues.issuesUnresolvedCount
(Long issuesUnresolvedCount) Count of unresolved issues.self()
The URL of these count details.The URL of these count details.toString()
-
Felddetails
-
issuesCount
Count of issues. -
issuesUnresolvedCount
Count of unresolved issues. -
self
The URL of these count details.
-
-
Konstruktordetails
-
VersionUnresolvedIssuesCount
Constructs a validated instance ofVersionUnresolvedIssuesCount
.- Parameter:
spec
- the specification to process
-
VersionUnresolvedIssuesCount
@Internal public VersionUnresolvedIssuesCount(Long issuesCount, Long issuesUnresolvedCount, URI self) Constructs a validated instance ofVersionUnresolvedIssuesCount
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
VersionUnresolvedIssuesCount(Consumer)
instead.- Parameter:
issuesCount
- Count of issues.issuesUnresolvedCount
- Count of unresolved issues.self
- The URL of these count details.
-
VersionUnresolvedIssuesCount
protected VersionUnresolvedIssuesCount()
-
-
Methodendetails
-
builder
-
issuesCount
Count of issues. -
issuesUnresolvedCount
Count of unresolved issues. -
self
The URL of these count details. -
issuesCount
Count of issues.- Gibt zurück:
this
.
-
issuesUnresolvedCount
Count of unresolved issues.- Gibt zurück:
this
.
-
self
The URL of these count details.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-