Class EdgeDeploymentStatus

    • Method Detail

      • stageStatus

        public final StageStatus stageStatus()

        The general status of the current stage.

        If the service returns an enum value that is not available in the current SDK version, stageStatus will return StageStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from stageStatusAsString().

        Returns:
        The general status of the current stage.
        See Also:
        StageStatus
      • stageStatusAsString

        public final String stageStatusAsString()

        The general status of the current stage.

        If the service returns an enum value that is not available in the current SDK version, stageStatus will return StageStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from stageStatusAsString().

        Returns:
        The general status of the current stage.
        See Also:
        StageStatus
      • edgeDeploymentSuccessInStage

        public final Integer edgeDeploymentSuccessInStage()

        The number of edge devices with the successful deployment in the current stage.

        Returns:
        The number of edge devices with the successful deployment in the current stage.
      • edgeDeploymentPendingInStage

        public final Integer edgeDeploymentPendingInStage()

        The number of edge devices yet to pick up the deployment in current stage, or in progress.

        Returns:
        The number of edge devices yet to pick up the deployment in current stage, or in progress.
      • edgeDeploymentFailedInStage

        public final Integer edgeDeploymentFailedInStage()

        The number of edge devices that failed the deployment in current stage.

        Returns:
        The number of edge devices that failed the deployment in current stage.
      • edgeDeploymentStatusMessage

        public final String edgeDeploymentStatusMessage()

        A detailed message about deployment status in current stage.

        Returns:
        A detailed message about deployment status in current stage.
      • edgeDeploymentStageStartTime

        public final Instant edgeDeploymentStageStartTime()

        The time when the deployment API started.

        Returns:
        The time when the deployment API started.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)