Class Expandable5Ee9Fc

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

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

    • view

      protected String view
    • plain

      protected String plain
  • Constructor Details

    • Expandable5Ee9Fc

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

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

      @Internal public Expandable5Ee9Fc(String view, String plain)
      Constructs a validated instance of Expandable5Ee9Fc.

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

      Parameters:
      view - view
      plain - plain
  • Method Details

    • view

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

      public Expandable5Ee9Fc view(String view)
      Fluent setter for view.
      Parameters:
      view - view
      Returns:
      this
    • getView

      public String getView()
      Gets the value of view.
      Returns:
      view
    • setView

      public void setView(String view)
      Sets the value of view.
      Parameters:
      view - view
    • plain

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

      public Expandable5Ee9Fc plain(String plain)
      Fluent setter for plain.
      Parameters:
      plain - plain
      Returns:
      this
    • getPlain

      public String getPlain()
      Gets the value of plain.
      Returns:
      plain
    • setPlain

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