@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class TimeTrackingDetails extends Object
| Constructor and Description |
|---|
TimeTrackingDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getOriginalEstimate()
The original estimate of time needed for this issue in readable format.
|
Long |
getOriginalEstimateSeconds()
The original estimate of time needed for this issue in seconds.
|
String |
getRemainingEstimate()
The remaining estimate of time needed for this issue in readable format.
|
Long |
getRemainingEstimateSeconds()
The remaining estimate of time needed for this issue in seconds.
|
String |
getTimeSpent()
Time worked on this issue in readable format.
|
Long |
getTimeSpentSeconds()
Time worked on this issue in seconds.
|
int |
hashCode() |
String |
toString() |
public String getOriginalEstimate()
public String getRemainingEstimate()
public String getTimeSpent()
public Long getOriginalEstimateSeconds()
public Long getRemainingEstimateSeconds()
public Long getTimeSpentSeconds()
Copyright © 2011–2021 Everit Kft.. All rights reserved.