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
  • Felddetails

    • originalEstimate

      protected String originalEstimate
      The original estimate of time needed for this issue in readable format.
    • originalEstimateSeconds

      protected Long originalEstimateSeconds
      The original estimate of time needed for this issue in seconds.
    • remainingEstimate

      protected String remainingEstimate
      The remaining estimate of time needed for this issue in readable format.
    • remainingEstimateSeconds

      protected Long remainingEstimateSeconds
      The remaining estimate of time needed for this issue in seconds.
    • timeSpent

      protected String timeSpent
      Time worked on this issue in readable format.
    • timeSpentSeconds

      protected Long timeSpentSeconds
      Time worked on this issue in seconds.
  • Konstruktordetails

    • TimeTrackingDetails

      public TimeTrackingDetails(Consumer<TimeTrackingDetails> spec)
      Constructs a validated instance of TimeTrackingDetails.
      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 of TimeTrackingDetails.

      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

      public String originalEstimate()
      The original estimate of time needed for this issue in readable format.
    • originalEstimateSeconds

      public Long originalEstimateSeconds()
      The original estimate of time needed for this issue in seconds.
    • remainingEstimate

      public String remainingEstimate()
      The remaining estimate of time needed for this issue in readable format.
    • remainingEstimateSeconds

      public Long remainingEstimateSeconds()
      The remaining estimate of time needed for this issue in seconds.
    • timeSpent

      public String timeSpent()
      Time worked on this issue in readable format.
    • timeSpentSeconds

      public Long timeSpentSeconds()
      Time worked on this issue in seconds.
    • originalEstimate

      public TimeTrackingDetails originalEstimate(String originalEstimate)
      The original estimate of time needed for this issue in readable format.
      Gibt zurück:
      this.
    • originalEstimateSeconds

      public TimeTrackingDetails originalEstimateSeconds(Long originalEstimateSeconds)
      The original estimate of time needed for this issue in seconds.
      Gibt zurück:
      this.
    • remainingEstimate

      public TimeTrackingDetails remainingEstimate(String remainingEstimate)
      The remaining estimate of time needed for this issue in readable format.
      Gibt zurück:
      this.
    • remainingEstimateSeconds

      public TimeTrackingDetails remainingEstimateSeconds(Long remainingEstimateSeconds)
      The remaining estimate of time needed for this issue in seconds.
      Gibt zurück:
      this.
    • timeSpent

      public TimeTrackingDetails timeSpent(String timeSpent)
      Time worked on this issue in readable format.
      Gibt zurück:
      this.
    • timeSpentSeconds

      public TimeTrackingDetails timeSpentSeconds(Long timeSpentSeconds)
      Time worked on this issue in seconds.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object