Klasse TimeTrackingDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.TimeTrackingDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class TimeTrackingDetails
extends Object
TimeTrackingDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
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
TimeTrackingDetails
(String originalEstimate, Long originalEstimateSeconds, String remainingEstimate, Long remainingEstimateSeconds, String timeSpent, Long timeSpentSeconds) Constructs a validated instance ofTimeTrackingDetails
.Constructs a validated instance ofTimeTrackingDetails
. -
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
-
TimeTrackingDetails
Constructs a validated instance ofTimeTrackingDetails
.- Parameter:
spec
- the specification to process
-
TimeTrackingDetails
@Internal public TimeTrackingDetails(String originalEstimate, Long originalEstimateSeconds, String remainingEstimate, Long remainingEstimateSeconds, String timeSpent, Long timeSpentSeconds) Constructs a validated instance ofTimeTrackingDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
TimeTrackingDetails(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.
-
TimeTrackingDetails
protected TimeTrackingDetails()
-
-
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
-