Klasse ProjectInsight

java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectInsight

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ProjectInsight extends Object
ProjectInsight
  • Felddetails

    • lastIssueUpdateTime

      protected OffsetDateTime lastIssueUpdateTime
      The last issue update time.
    • totalIssueCount

      protected Long totalIssueCount
      Total issue count.
  • Konstruktordetails

    • ProjectInsight

      public ProjectInsight(Consumer<ProjectInsight> spec)
      Constructs a validated instance of ProjectInsight.
      Parameter:
      spec - the specification to process
    • ProjectInsight

      @Internal public ProjectInsight(OffsetDateTime lastIssueUpdateTime, Long totalIssueCount)
      Constructs a validated instance of ProjectInsight.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using ProjectInsight(Consumer) instead.

      Parameter:
      lastIssueUpdateTime - The last issue update time.
      totalIssueCount - Total issue count.
    • ProjectInsight

      protected ProjectInsight()
  • Methodendetails

    • builder

      public static ProjectInsight.ProjectInsightBuilder builder()
    • lastIssueUpdateTime

      public OffsetDateTime lastIssueUpdateTime()
      The last issue update time.
    • totalIssueCount

      public Long totalIssueCount()
      Total issue count.
    • lastIssueUpdateTime

      public ProjectInsight lastIssueUpdateTime(OffsetDateTime lastIssueUpdateTime)
      The last issue update time.
      Gibt zurück:
      this.
    • totalIssueCount

      public ProjectInsight totalIssueCount(Long totalIssueCount)
      Total issue count.
      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