Class UpgradeOperationHistoryStatus


  • public final class UpgradeOperationHistoryStatus
    extends Object
    Information about the current running state of the overall upgrade.
    • Constructor Detail

      • UpgradeOperationHistoryStatus

        public UpgradeOperationHistoryStatus()
    • Method Detail

      • code

        public UpgradeState code()
        Get the code property: Code indicating the current status of the upgrade.
        Returns:
        the code value.
      • startTime

        public OffsetDateTime startTime()
        Get the startTime property: Start time of the upgrade.
        Returns:
        the startTime value.
      • endTime

        public OffsetDateTime endTime()
        Get the endTime property: End time of the upgrade.
        Returns:
        the endTime value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.