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

    • baseUrl

      protected String baseUrl
      The base URL of the Jira instance.
    • buildDate

      protected OffsetDateTime buildDate
      The timestamp when the Jira version was built.
    • buildNumber

      protected Integer buildNumber
      The build number of the Jira version.
    • deploymentType

      protected String deploymentType
      The type of server deployment. This is always returned as *Cloud*.
    • healthChecks

      protected List<HealthCheckResult> healthChecks
      Jira instance health check results. Deprecated and no longer returned.
    • scmInfo

      protected String scmInfo
      The unique identifier of the Jira version.
    • serverTime

      protected OffsetDateTime serverTime
      The time in Jira when this request was responded to.
    • serverTitle

      protected String serverTitle
      The name of the Jira instance.
    • version

      protected String version
      The version of Jira.
    • versionNumbers

      protected List<Integer> versionNumbers
      The major, minor, and revision version numbers of the Jira version.
  • Konstruktordetails

    • ServerInformation

      public ServerInformation(Consumer<ServerInformation> spec)
      Constructs a validated instance of ServerInformation.
      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 of ServerInformation.

      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

      public String baseUrl()
      The base URL of the Jira instance.
    • buildDate

      public OffsetDateTime buildDate()
      The timestamp when the Jira version was built.
    • buildNumber

      public Integer buildNumber()
      The build number of the Jira version.
    • deploymentType

      public String deploymentType()
      The type of server deployment. This is always returned as *Cloud*.
    • healthChecks

      public List<HealthCheckResult> healthChecks()
      Jira instance health check results. Deprecated and no longer returned.
    • scmInfo

      public String scmInfo()
      The unique identifier of the Jira version.
    • serverTime

      public OffsetDateTime serverTime()
      The time in Jira when this request was responded to.
    • serverTitle

      public String serverTitle()
      The name of the Jira instance.
    • version

      public String version()
      The version of Jira.
    • versionNumbers

      public List<Integer> versionNumbers()
      The major, minor, and revision version numbers of the Jira version.
    • baseUrl

      public ServerInformation baseUrl(String baseUrl)
      The base URL of the Jira instance.
      Gibt zurück:
      this.
    • buildDate

      public ServerInformation buildDate(OffsetDateTime buildDate)
      The timestamp when the Jira version was built.
      Gibt zurück:
      this.
    • buildNumber

      public ServerInformation buildNumber(Integer buildNumber)
      The build number of the Jira version.
      Gibt zurück:
      this.
    • deploymentType

      public ServerInformation deploymentType(String deploymentType)
      The type of server deployment. This is always returned as *Cloud*.
      Gibt zurück:
      this.
    • healthChecks

      public ServerInformation healthChecks(List<HealthCheckResult> healthChecks)
      Jira instance health check results. Deprecated and no longer returned.
      Gibt zurück:
      this.
    • scmInfo

      public ServerInformation scmInfo(String scmInfo)
      The unique identifier of the Jira version.
      Gibt zurück:
      this.
    • serverTime

      public ServerInformation serverTime(OffsetDateTime serverTime)
      The time in Jira when this request was responded to.
      Gibt zurück:
      this.
    • serverTitle

      public ServerInformation serverTitle(String serverTitle)
      The name of the Jira instance.
      Gibt zurück:
      this.
    • version

      public ServerInformation version(String version)
      The version of Jira.
      Gibt zurück:
      this.
    • versionNumbers

      public ServerInformation versionNumbers(List<Integer> versionNumbers)
      The major, minor, and revision version numbers of the Jira version.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object