Class EdgeDeploymentStatus

    • Method Detail

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