Class Lastcontributed

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

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

  • Constructor Details

    • Lastcontributed

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

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

      @Internal public Lastcontributed(String status, Instant when)
      Constructs a validated instance of Lastcontributed.

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

      Parameters:
      status - status
      when - when
  • Method Details

    • status

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

      public Lastcontributed status(String status)
      Fluent setter for status.
      Parameters:
      status - status
      Returns:
      this
    • getStatus

      public String getStatus()
      Gets the value of status.
      Returns:
      status
    • setStatus

      public void setStatus(String status)
      Sets the value of status.
      Parameters:
      status - status
    • when

      public Instant when()
      Fluent getter for when.
      Returns:
      when
    • when

      public Lastcontributed when(Instant when)
      Fluent setter for when.
      Parameters:
      when - when
      Returns:
      this
    • getWhen

      public Instant getWhen()
      Gets the value of when.
      Returns:
      when
    • setWhen

      public void setWhen(Instant when)
      Sets the value of when.
      Parameters:
      when - when
    • 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