Class AsyncId

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

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

    • asyncId

      protected String asyncId
  • Constructor Details

    • AsyncId

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

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

      @Internal public AsyncId(String asyncId)
      Constructs a validated instance of AsyncId.

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

      Parameters:
      asyncId - asyncId
  • Method Details

    • asyncId

      public String asyncId()
      Fluent getter for asyncId.
      Returns:
      asyncId
    • asyncId

      public AsyncId asyncId(String asyncId)
      Fluent setter for asyncId.
      Parameters:
      asyncId - asyncId
      Returns:
      this
    • getAsyncId

      public String getAsyncId()
      Gets the value of asyncId.
      Returns:
      asyncId
    • setAsyncId

      public void setAsyncId(String asyncId)
      Sets the value of asyncId.
      Parameters:
      asyncId - asyncId
    • 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