java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.LongTask

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

    • ari

      protected String ari
      the ARI for the long task, based on its ID
    • id

      protected String id
      a unique identifier for the long task
  • Konstruktordetails

    • LongTask

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

      @Internal public LongTask(String ari, String id, LongTaskLinks links)
      Constructs a validated instance of LongTask.

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

      Parameter:
      ari - the ARI for the long task, based on its ID
      id - a unique identifier for the long task
      links - links
    • LongTask

      protected LongTask()
  • Methodendetails

    • builder

      public static LongTask.LongTaskBuilder builder()
    • ari

      public String ari()
      the ARI for the long task, based on its ID
    • id

      public String id()
      a unique identifier for the long task
    • links

      public LongTaskLinks links()
    • ari

      public LongTask ari(String ari)
      the ARI for the long task, based on its ID
      Gibt zurück:
      this.
    • id

      public LongTask id(String id)
      a unique identifier for the long task
      Gibt zurück:
      this.
    • links

      public LongTask links(LongTaskLinks links)
      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