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

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

    • version

      protected Version version
    • friendlyLastModified

      protected String friendlyLastModified
  • Constructor Details

    • Lastmodified

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

      @Internal public Lastmodified(Version version, String friendlyLastModified)
      Constructs a validated instance of Lastmodified.

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

      Parameters:
      version - version
      friendlyLastModified - friendlyLastModified
    • Lastmodified

      protected Lastmodified()
  • Method Details

    • version

      public Version version()
    • friendlyLastModified

      public String friendlyLastModified()
    • version

      public Lastmodified version(Version version)
      Returns:
      this.
    • friendlyLastModified

      public Lastmodified friendlyLastModified(String friendlyLastModified)
      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