Class Expandablef62071

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

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

    • uris

      protected Object uris
  • Constructor Details

    • Expandablef62071

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

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

      @Internal public Expandablef62071(Object uris)
      Constructs a validated instance of Expandablef62071.

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

      Parameters:
      uris - uris
  • Method Details

    • uris

      public Object uris()
      Fluent getter for uris.
      Returns:
      uris
    • uris

      public Expandablef62071 uris(Object uris)
      Fluent setter for uris.
      Parameters:
      uris - uris
      Returns:
      this
    • getUris

      public Object getUris()
      Gets the value of uris.
      Returns:
      uris
    • setUris

      public void setUris(Object uris)
      Sets the value of uris.
      Parameters:
      uris - uris
    • 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