Class SystemInfoEntity

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

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

    • cloudId

      protected String cloudId
    • commitHash

      protected String commitHash
    • baseUrl

      protected String baseUrl
    • fallbackBaseUrl

      protected String fallbackBaseUrl
    • edition

      protected String edition
    • siteTitle

      protected String siteTitle
    • defaultLocale

      protected String defaultLocale
    • defaultTimeZone

      protected String defaultTimeZone
    • microsPerimeter

      protected String microsPerimeter
  • Constructor Details

    • SystemInfoEntity

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

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

      @Internal public SystemInfoEntity(String cloudId, String commitHash, String baseUrl, String fallbackBaseUrl, String edition, String siteTitle, String defaultLocale, String defaultTimeZone, String microsPerimeter)
      Constructs a validated instance of SystemInfoEntity.

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

      Parameters:
      cloudId - cloudId
      commitHash - commitHash
      baseUrl - baseUrl
      fallbackBaseUrl - fallbackBaseUrl
      edition - edition
      siteTitle - siteTitle
      defaultLocale - defaultLocale
      defaultTimeZone - defaultTimeZone
      microsPerimeter - microsPerimeter
  • Method Details

    • cloudId

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

      public SystemInfoEntity cloudId(String cloudId)
      Fluent setter for cloudId.
      Parameters:
      cloudId - cloudId
      Returns:
      this
    • getCloudId

      public String getCloudId()
      Gets the value of cloudId.
      Returns:
      cloudId
    • setCloudId

      public void setCloudId(String cloudId)
      Sets the value of cloudId.
      Parameters:
      cloudId - cloudId
    • commitHash

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

      public SystemInfoEntity commitHash(String commitHash)
      Fluent setter for commitHash.
      Parameters:
      commitHash - commitHash
      Returns:
      this
    • getCommitHash

      public String getCommitHash()
      Gets the value of commitHash.
      Returns:
      commitHash
    • setCommitHash

      public void setCommitHash(String commitHash)
      Sets the value of commitHash.
      Parameters:
      commitHash - commitHash
    • baseUrl

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

      public SystemInfoEntity baseUrl(String baseUrl)
      Fluent setter for baseUrl.
      Parameters:
      baseUrl - baseUrl
      Returns:
      this
    • getBaseUrl

      public String getBaseUrl()
      Gets the value of baseUrl.
      Returns:
      baseUrl
    • setBaseUrl

      public void setBaseUrl(String baseUrl)
      Sets the value of baseUrl.
      Parameters:
      baseUrl - baseUrl
    • fallbackBaseUrl

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

      public SystemInfoEntity fallbackBaseUrl(String fallbackBaseUrl)
      Fluent setter for fallbackBaseUrl.
      Parameters:
      fallbackBaseUrl - fallbackBaseUrl
      Returns:
      this
    • getFallbackBaseUrl

      public String getFallbackBaseUrl()
      Gets the value of fallbackBaseUrl.
      Returns:
      fallbackBaseUrl
    • setFallbackBaseUrl

      public void setFallbackBaseUrl(String fallbackBaseUrl)
      Sets the value of fallbackBaseUrl.
      Parameters:
      fallbackBaseUrl - fallbackBaseUrl
    • edition

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

      public SystemInfoEntity edition(String edition)
      Fluent setter for edition.
      Parameters:
      edition - edition
      Returns:
      this
    • getEdition

      public String getEdition()
      Gets the value of edition.
      Returns:
      edition
    • setEdition

      public void setEdition(String edition)
      Sets the value of edition.
      Parameters:
      edition - edition
    • siteTitle

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

      public SystemInfoEntity siteTitle(String siteTitle)
      Fluent setter for siteTitle.
      Parameters:
      siteTitle - siteTitle
      Returns:
      this
    • getSiteTitle

      public String getSiteTitle()
      Gets the value of siteTitle.
      Returns:
      siteTitle
    • setSiteTitle

      public void setSiteTitle(String siteTitle)
      Sets the value of siteTitle.
      Parameters:
      siteTitle - siteTitle
    • defaultLocale

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

      public SystemInfoEntity defaultLocale(String defaultLocale)
      Fluent setter for defaultLocale.
      Parameters:
      defaultLocale - defaultLocale
      Returns:
      this
    • getDefaultLocale

      public String getDefaultLocale()
      Gets the value of defaultLocale.
      Returns:
      defaultLocale
    • setDefaultLocale

      public void setDefaultLocale(String defaultLocale)
      Sets the value of defaultLocale.
      Parameters:
      defaultLocale - defaultLocale
    • defaultTimeZone

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

      public SystemInfoEntity defaultTimeZone(String defaultTimeZone)
      Fluent setter for defaultTimeZone.
      Parameters:
      defaultTimeZone - defaultTimeZone
      Returns:
      this
    • getDefaultTimeZone

      public String getDefaultTimeZone()
      Gets the value of defaultTimeZone.
      Returns:
      defaultTimeZone
    • setDefaultTimeZone

      public void setDefaultTimeZone(String defaultTimeZone)
      Sets the value of defaultTimeZone.
      Parameters:
      defaultTimeZone - defaultTimeZone
    • microsPerimeter

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

      public SystemInfoEntity microsPerimeter(String microsPerimeter)
      Fluent setter for microsPerimeter.
      Parameters:
      microsPerimeter - microsPerimeter
      Returns:
      this
    • getMicrosPerimeter

      public String getMicrosPerimeter()
      Gets the value of microsPerimeter.
      Returns:
      microsPerimeter
    • setMicrosPerimeter

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