Class Links

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Links

@Generated("io.github.primelib.primecodegen") public class Links extends Object
Links
  • Field Details

    • status

      protected String status
      The URL to retrive status of long task.
  • Constructor Details

    • Links

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

      @Internal protected Links()
      Protected no-args constructor for use by serialization frameworks.
    • Links

      @Internal public Links(String status)
      Constructs a validated instance of Links.

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

      Parameters:
      status - The URL to retrive status of long task.
  • Method Details

    • status

      public String status()
      Fluent getter for status.

      The URL to retrive status of long task.

      Returns:
      status
    • status

      public Links status(String status)
      Fluent setter for status.

      The URL to retrive status of long task.

      Parameters:
      status - status
      Returns:
      this
    • getStatus

      public String getStatus()
      Gets the value of status.

      The URL to retrive status of long task.

      Returns:
      status
    • setStatus

      public void setStatus(String status)
      Sets the value of status.

      The URL to retrive status of long task.

      Parameters:
      status - status
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object