Klasse ServerInformation
java.lang.Object
io.github.primelib.jira4j.restv2.model.ServerInformation
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ServerInformation
extends Object
ServerInformation
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The base URL of the Jira instance.protected OffsetDateTime
The timestamp when the Jira version was built.protected Integer
The build number of the Jira version.protected String
The type of server deployment.protected List<HealthCheckResult>
Jira instance health check results.protected String
The unique identifier of the Jira version.protected OffsetDateTime
The time in Jira when this request was responded to.protected String
The name of the Jira instance.protected String
The version of Jira.The major, minor, and revision version numbers of the Jira version. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ServerInformation
(String baseUrl, OffsetDateTime buildDate, Integer buildNumber, String deploymentType, List<HealthCheckResult> healthChecks, String scmInfo, OffsetDateTime serverTime, String serverTitle, String version, List<Integer> versionNumbers) Constructs a validated instance ofServerInformation
.Constructs a validated instance ofServerInformation
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbaseUrl()
The base URL of the Jira instance.The base URL of the Jira instance.The timestamp when the Jira version was built.buildDate
(OffsetDateTime buildDate) The timestamp when the Jira version was built.builder()
The build number of the Jira version.buildNumber
(Integer buildNumber) The build number of the Jira version.protected boolean
The type of server deployment.deploymentType
(String deploymentType) The type of server deployment.boolean
int
hashCode()
Jira instance health check results.healthChecks
(List<HealthCheckResult> healthChecks) Jira instance health check results.scmInfo()
The unique identifier of the Jira version.The unique identifier of the Jira version.The time in Jira when this request was responded to.serverTime
(OffsetDateTime serverTime) The time in Jira when this request was responded to.The name of the Jira instance.serverTitle
(String serverTitle) The name of the Jira instance.toString()
version()
The version of Jira.The version of Jira.The major, minor, and revision version numbers of the Jira version.versionNumbers
(List<Integer> versionNumbers) The major, minor, and revision version numbers of the Jira version.
-
Felddetails
-
baseUrl
The base URL of the Jira instance. -
buildDate
The timestamp when the Jira version was built. -
buildNumber
The build number of the Jira version. -
deploymentType
The type of server deployment. This is always returned as *Cloud*. -
healthChecks
Jira instance health check results. Deprecated and no longer returned. -
scmInfo
The unique identifier of the Jira version. -
serverTime
The time in Jira when this request was responded to. -
serverTitle
The name of the Jira instance. -
version
The version of Jira. -
versionNumbers
The major, minor, and revision version numbers of the Jira version.
-
-
Konstruktordetails
-
ServerInformation
Constructs a validated instance ofServerInformation
.- Parameter:
spec
- the specification to process
-
ServerInformation
@Internal public ServerInformation(String baseUrl, OffsetDateTime buildDate, Integer buildNumber, String deploymentType, List<HealthCheckResult> healthChecks, String scmInfo, OffsetDateTime serverTime, String serverTitle, String version, List<Integer> versionNumbers) Constructs a validated instance ofServerInformation
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ServerInformation(Consumer)
instead.- Parameter:
baseUrl
- The base URL of the Jira instance.buildDate
- The timestamp when the Jira version was built.buildNumber
- The build number of the Jira version.deploymentType
- The type of server deployment. This is always returned as *Cloud*.healthChecks
- Jira instance health check results. Deprecated and no longer returned.scmInfo
- The unique identifier of the Jira version.serverTime
- The time in Jira when this request was responded to.serverTitle
- The name of the Jira instance.version
- The version of Jira.versionNumbers
- The major, minor, and revision version numbers of the Jira version.
-
ServerInformation
protected ServerInformation()
-
-
Methodendetails
-
builder
-
baseUrl
The base URL of the Jira instance. -
buildDate
The timestamp when the Jira version was built. -
buildNumber
The build number of the Jira version. -
deploymentType
The type of server deployment. This is always returned as *Cloud*. -
healthChecks
Jira instance health check results. Deprecated and no longer returned. -
scmInfo
The unique identifier of the Jira version. -
serverTime
The time in Jira when this request was responded to. -
serverTitle
The name of the Jira instance. -
version
The version of Jira. -
versionNumbers
The major, minor, and revision version numbers of the Jira version. -
baseUrl
The base URL of the Jira instance.- Gibt zurück:
this
.
-
buildDate
The timestamp when the Jira version was built.- Gibt zurück:
this
.
-
buildNumber
The build number of the Jira version.- Gibt zurück:
this
.
-
deploymentType
The type of server deployment. This is always returned as *Cloud*.- Gibt zurück:
this
.
-
healthChecks
Jira instance health check results. Deprecated and no longer returned.- Gibt zurück:
this
.
-
scmInfo
The unique identifier of the Jira version.- Gibt zurück:
this
.
-
serverTime
The time in Jira when this request was responded to.- Gibt zurück:
this
.
-
serverTitle
The name of the Jira instance.- Gibt zurück:
this
.
-
version
The version of Jira.- Gibt zurück:
this
.
-
versionNumbers
The major, minor, and revision version numbers of the Jira version.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-