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 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
    • SystemInfoEntity

      protected SystemInfoEntity()
  • Method Details