Klasse FieldsTimetracking
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldsTimetracking
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldsTimetracking
extends Object
FieldsTimetracking
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The original estimate of time needed for this issue in readable format.protected Long
The original estimate of time needed for this issue in seconds.protected String
The remaining estimate of time needed for this issue in readable format.protected Long
The remaining estimate of time needed for this issue in seconds.protected String
Time worked on this issue in readable format.protected Long
Time worked on this issue in seconds. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
FieldsTimetracking
(String originalEstimate, Long originalEstimateSeconds, String remainingEstimate, Long remainingEstimateSeconds, String timeSpent, Long timeSpentSeconds) Constructs a validated instance ofFieldsTimetracking
.Constructs a validated instance ofFieldsTimetracking
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
The original estimate of time needed for this issue in readable format.originalEstimate
(String originalEstimate) The original estimate of time needed for this issue in readable format.The original estimate of time needed for this issue in seconds.originalEstimateSeconds
(Long originalEstimateSeconds) The original estimate of time needed for this issue in seconds.The remaining estimate of time needed for this issue in readable format.remainingEstimate
(String remainingEstimate) The remaining estimate of time needed for this issue in readable format.The remaining estimate of time needed for this issue in seconds.remainingEstimateSeconds
(Long remainingEstimateSeconds) The remaining estimate of time needed for this issue in seconds.Time worked on this issue in readable format.Time worked on this issue in readable format.Time worked on this issue in seconds.timeSpentSeconds
(Long timeSpentSeconds) Time worked on this issue in seconds.toString()
-
Felddetails
-
originalEstimate
The original estimate of time needed for this issue in readable format. -
originalEstimateSeconds
The original estimate of time needed for this issue in seconds. -
remainingEstimate
The remaining estimate of time needed for this issue in readable format. -
remainingEstimateSeconds
The remaining estimate of time needed for this issue in seconds. -
timeSpent
Time worked on this issue in readable format. -
timeSpentSeconds
Time worked on this issue in seconds.
-
-
Konstruktordetails
-
FieldsTimetracking
Constructs a validated instance ofFieldsTimetracking
.- Parameter:
spec
- the specification to process
-
FieldsTimetracking
@Internal public FieldsTimetracking(String originalEstimate, Long originalEstimateSeconds, String remainingEstimate, Long remainingEstimateSeconds, String timeSpent, Long timeSpentSeconds) Constructs a validated instance ofFieldsTimetracking
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldsTimetracking(Consumer)
instead.- Parameter:
originalEstimate
- The original estimate of time needed for this issue in readable format.originalEstimateSeconds
- The original estimate of time needed for this issue in seconds.remainingEstimate
- The remaining estimate of time needed for this issue in readable format.remainingEstimateSeconds
- The remaining estimate of time needed for this issue in seconds.timeSpent
- Time worked on this issue in readable format.timeSpentSeconds
- Time worked on this issue in seconds.
-
FieldsTimetracking
protected FieldsTimetracking()
-
-
Methodendetails
-
builder
-
originalEstimate
The original estimate of time needed for this issue in readable format. -
originalEstimateSeconds
The original estimate of time needed for this issue in seconds. -
remainingEstimate
The remaining estimate of time needed for this issue in readable format. -
remainingEstimateSeconds
The remaining estimate of time needed for this issue in seconds. -
timeSpent
Time worked on this issue in readable format. -
timeSpentSeconds
Time worked on this issue in seconds. -
originalEstimate
The original estimate of time needed for this issue in readable format.- Gibt zurück:
this
.
-
originalEstimateSeconds
The original estimate of time needed for this issue in seconds.- Gibt zurück:
this
.
-
remainingEstimate
The remaining estimate of time needed for this issue in readable format.- Gibt zurück:
this
.
-
remainingEstimateSeconds
The remaining estimate of time needed for this issue in seconds.- Gibt zurück:
this
.
-
timeSpent
Time worked on this issue in readable format.- Gibt zurück:
this
.
-
timeSpentSeconds
Time worked on this issue in seconds.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-