Class TimeTrackingDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.TimeTrackingDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class TimeTrackingDetails
extends Object
TimeTrackingDetails
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TimeTrackingDetails
(String originalEstimate, Long originalEstimateSeconds, String remainingEstimate, Long remainingEstimateSeconds, String timeSpent, Long timeSpentSeconds) Constructs a validated instance ofTimeTrackingDetails
.Constructs a validated instance ofTimeTrackingDetails
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
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.
-
-
Constructor Details
-
TimeTrackingDetails
Constructs a validated instance ofTimeTrackingDetails
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this
.
-
originalEstimateSeconds
The original estimate of time needed for this issue in seconds.- Returns:
this
.
-
remainingEstimate
The remaining estimate of time needed for this issue in readable format.- Returns:
this
.
-
remainingEstimateSeconds
The remaining estimate of time needed for this issue in seconds.- Returns:
this
.
-
timeSpent
Time worked on this issue in readable format.- Returns:
this
.
-
timeSpentSeconds
Time worked on this issue in seconds.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-