Class DeploymentSummary

    • Method Detail

      • applicationId

        public final String applicationId()

        The unique identifier of the application.

        Returns:
        The unique identifier of the application.
      • applicationVersion

        public final Integer applicationVersion()

        The version of the application.

        Returns:
        The version of the application.
      • creationTime

        public final Instant creationTime()

        The timestamp when the deployment was created.

        Returns:
        The timestamp when the deployment was created.
      • deploymentId

        public final String deploymentId()

        The unique identifier of the deployment.

        Returns:
        The unique identifier of the deployment.
      • environmentId

        public final String environmentId()

        The unique identifier of the runtime environment.

        Returns:
        The unique identifier of the runtime environment.
      • statusReason

        public final String statusReason()

        The reason for the reported status.

        Returns:
        The reason for the reported status.
      • 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)