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

    • FieldsTimetracking

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

      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

      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 FieldsTimetracking originalEstimate(String originalEstimate)
      The original estimate of time needed for this issue in readable format.
      Gibt zurück:
      this.
    • originalEstimateSeconds

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

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

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

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

      public FieldsTimetracking 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