Class SystemInfoEntity
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SystemInfoEntity
SystemInfoEntity
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.SystemInfoEntity(String cloudId, String commitHash, String baseUrl, String fallbackBaseUrl, String edition, String siteTitle, String defaultLocale, String defaultTimeZone, String microsPerimeter) Constructs a validated instance ofSystemInfoEntity.Constructs a validated instance ofSystemInfoEntity. -
Method Summary
Modifier and TypeMethodDescriptionbaseUrl()Fluent getter for baseUrl.Fluent setter for baseUrl.cloudId()Fluent getter for cloudId.Fluent setter for cloudId.Fluent getter for commitHash.commitHash(String commitHash) Fluent setter for commitHash.Fluent getter for defaultLocale.defaultLocale(String defaultLocale) Fluent setter for defaultLocale.Fluent getter for defaultTimeZone.defaultTimeZone(String defaultTimeZone) Fluent setter for defaultTimeZone.edition()Fluent getter for edition.Fluent setter for edition.booleanFluent getter for fallbackBaseUrl.fallbackBaseUrl(String fallbackBaseUrl) Fluent setter for fallbackBaseUrl.Gets the value of baseUrl.Gets the value of cloudId.Gets the value of commitHash.Gets the value of defaultLocale.Gets the value of defaultTimeZone.Gets the value of edition.Gets the value of fallbackBaseUrl.Gets the value of microsPerimeter.Gets the value of siteTitle.inthashCode()Fluent getter for microsPerimeter.microsPerimeter(String microsPerimeter) Fluent setter for microsPerimeter.voidsetBaseUrl(String baseUrl) Sets the value of baseUrl.voidsetCloudId(String cloudId) Sets the value of cloudId.voidsetCommitHash(String commitHash) Sets the value of commitHash.voidsetDefaultLocale(String defaultLocale) Sets the value of defaultLocale.voidsetDefaultTimeZone(String defaultTimeZone) Sets the value of defaultTimeZone.voidsetEdition(String edition) Sets the value of edition.voidsetFallbackBaseUrl(String fallbackBaseUrl) Sets the value of fallbackBaseUrl.voidsetMicrosPerimeter(String microsPerimeter) Sets the value of microsPerimeter.voidsetSiteTitle(String siteTitle) Sets the value of siteTitle.Fluent getter for siteTitle.Fluent setter for siteTitle.toString()
-
Field Details
-
cloudId
-
commitHash
-
baseUrl
-
fallbackBaseUrl
-
edition
-
siteTitle
-
defaultLocale
-
defaultTimeZone
-
microsPerimeter
-
-
Constructor Details
-
SystemInfoEntity
Constructs a validated instance ofSystemInfoEntity.- 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 ofSystemInfoEntity.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SystemInfoEntity(Consumer)instead.- Parameters:
cloudId- cloudIdcommitHash- commitHashbaseUrl- baseUrlfallbackBaseUrl- fallbackBaseUrledition- editionsiteTitle- siteTitledefaultLocale- defaultLocaledefaultTimeZone- defaultTimeZonemicrosPerimeter- microsPerimeter
-
-
Method Details
-
cloudId
-
cloudId
Fluent setter for cloudId.- Parameters:
cloudId- cloudId- Returns:
- this
-
getCloudId
-
setCloudId
-
commitHash
-
commitHash
Fluent setter for commitHash.- Parameters:
commitHash- commitHash- Returns:
- this
-
getCommitHash
-
setCommitHash
Sets the value of commitHash.- Parameters:
commitHash- commitHash
-
baseUrl
-
baseUrl
Fluent setter for baseUrl.- Parameters:
baseUrl- baseUrl- Returns:
- this
-
getBaseUrl
-
setBaseUrl
-
fallbackBaseUrl
-
fallbackBaseUrl
Fluent setter for fallbackBaseUrl.- Parameters:
fallbackBaseUrl- fallbackBaseUrl- Returns:
- this
-
getFallbackBaseUrl
-
setFallbackBaseUrl
Sets the value of fallbackBaseUrl.- Parameters:
fallbackBaseUrl- fallbackBaseUrl
-
edition
-
edition
Fluent setter for edition.- Parameters:
edition- edition- Returns:
- this
-
getEdition
-
setEdition
-
siteTitle
-
siteTitle
Fluent setter for siteTitle.- Parameters:
siteTitle- siteTitle- Returns:
- this
-
getSiteTitle
-
setSiteTitle
Sets the value of siteTitle.- Parameters:
siteTitle- siteTitle
-
defaultLocale
-
defaultLocale
Fluent setter for defaultLocale.- Parameters:
defaultLocale- defaultLocale- Returns:
- this
-
getDefaultLocale
-
setDefaultLocale
Sets the value of defaultLocale.- Parameters:
defaultLocale- defaultLocale
-
defaultTimeZone
-
defaultTimeZone
Fluent setter for defaultTimeZone.- Parameters:
defaultTimeZone- defaultTimeZone- Returns:
- this
-
getDefaultTimeZone
-
setDefaultTimeZone
Sets the value of defaultTimeZone.- Parameters:
defaultTimeZone- defaultTimeZone
-
microsPerimeter
-
microsPerimeter
Fluent setter for microsPerimeter.- Parameters:
microsPerimeter- microsPerimeter- Returns:
- this
-
getMicrosPerimeter
-
setMicrosPerimeter
Sets the value of microsPerimeter.- Parameters:
microsPerimeter- microsPerimeter
-
equals
-
hashCode
-
toString
-