Class Versiona9Ec0E

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

@Generated("io.github.primelib.primecodegen") public class Versiona9Ec0E extends Object
Versiona9Ec0E

The version for the new content.

  • Field Details

    • number

      protected Integer number
      The version number. Set this to `1`.
  • Constructor Details

    • Versiona9Ec0E

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

      @Internal public Versiona9Ec0E(Integer number)
      Constructs a validated instance of Versiona9Ec0E.

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

      Parameters:
      number - The version number. Set this to `1`.
    • Versiona9Ec0E

      protected Versiona9Ec0E()
  • Method Details

    • number

      public Integer number()
      The version number. Set this to `1`.
    • number

      public Versiona9Ec0E number(Integer number)
      The version number. Set this to `1`.
      Returns:
      this.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object