Klasse VersionIssuesStatusForFixVersion
java.lang.Object
io.github.primelib.jira4j.restv3.model.VersionIssuesStatusForFixVersion
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class VersionIssuesStatusForFixVersion
extends Object
VersionIssuesStatusForFixVersion
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
VersionIssuesStatusForFixVersion
(Long done, Long inProgress, Long toDo, Long unmapped) Constructs a validated instance ofVersionIssuesStatusForFixVersion
.Constructs a validated instance ofVersionIssuesStatusForFixVersion
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
done()
Count of issues with status *done*.Count of issues with status *done*.boolean
int
hashCode()
Count of issues with status *in progress*.inProgress
(Long inProgress) Count of issues with status *in progress*.toDo()
Count of issues with status *to do*.Count of issues with status *to do*.toString()
unmapped()
Count of issues with a status other than *to do*, *in progress*, and *done*.Count of issues with a status other than *to do*, *in progress*, and *done*.
-
Felddetails
-
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*.
-
-
Konstruktordetails
-
VersionIssuesStatusForFixVersion
Constructs a validated instance ofVersionIssuesStatusForFixVersion
.- Parameter:
spec
- the specification to process
-
VersionIssuesStatusForFixVersion
@Internal public VersionIssuesStatusForFixVersion(Long done, Long inProgress, Long toDo, Long unmapped) Constructs a validated instance ofVersionIssuesStatusForFixVersion
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
VersionIssuesStatusForFixVersion(Consumer)
instead.- Parameter:
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*.
-
VersionIssuesStatusForFixVersion
protected VersionIssuesStatusForFixVersion()
-
-
Methodendetails
-
builder
-
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*. -
done
Count of issues with status *done*.- Gibt zurück:
this
.
-
inProgress
Count of issues with status *in progress*.- Gibt zurück:
this
.
-
toDo
Count of issues with status *to do*.- Gibt zurück:
this
.
-
unmapped
Count of issues with a status other than *to do*, *in progress*, and *done*.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-