Class Expandableb48Ed1

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

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

    • relationData

      protected String relationData
    • source

      protected String source
    • target

      protected String target
  • Constructor Details

    • Expandableb48Ed1

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

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

      @Internal public Expandableb48Ed1(String relationData, String source, String target)
      Constructs a validated instance of Expandableb48Ed1.

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

      Parameters:
      relationData - relationData
      source - source
      target - target
  • Method Details

    • relationData

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

      public Expandableb48Ed1 relationData(String relationData)
      Fluent setter for relationData.
      Parameters:
      relationData - relationData
      Returns:
      this
    • getRelationData

      public String getRelationData()
      Gets the value of relationData.
      Returns:
      relationData
    • setRelationData

      public void setRelationData(String relationData)
      Sets the value of relationData.
      Parameters:
      relationData - relationData
    • source

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

      public Expandableb48Ed1 source(String source)
      Fluent setter for source.
      Parameters:
      source - source
      Returns:
      this
    • getSource

      public String getSource()
      Gets the value of source.
      Returns:
      source
    • setSource

      public void setSource(String source)
      Sets the value of source.
      Parameters:
      source - source
    • target

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

      public Expandableb48Ed1 target(String target)
      Fluent setter for target.
      Parameters:
      target - target
      Returns:
      this
    • getTarget

      public String getTarget()
      Gets the value of target.
      Returns:
      target
    • setTarget

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