Class SystemInfoEntity
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SystemInfoEntity
SystemInfoEntity
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSystemInfoEntity(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()protected booleancloudId()commitHash(String commitHash) defaultLocale(String defaultLocale) defaultTimeZone(String defaultTimeZone) edition()booleanfallbackBaseUrl(String fallbackBaseUrl) inthashCode()microsPerimeter(String microsPerimeter) 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 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
-
SystemInfoEntity
protected SystemInfoEntity()
-
-
Method Details
-
cloudId
-
commitHash
-
baseUrl
-
fallbackBaseUrl
-
edition
-
siteTitle
-
defaultLocale
-
defaultTimeZone
-
microsPerimeter
-
cloudId
- Returns:
this.
-
commitHash
- Returns:
this.
-
baseUrl
- Returns:
this.
-
fallbackBaseUrl
- Returns:
this.
-
edition
- Returns:
this.
-
siteTitle
- Returns:
this.
-
defaultLocale
- Returns:
this.
-
defaultTimeZone
- Returns:
this.
-
microsPerimeter
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-