Class MigrationWorkflowSummary

    • Method Detail

      • id

        public final String id()

        The ID of the migration workflow.

        Returns:
        The ID of the migration workflow.
      • name

        public final String name()

        The name of the migration workflow.

        Returns:
        The name of the migration workflow.
      • templateId

        public final String templateId()

        The ID of the template.

        Returns:
        The ID of the template.
      • adsApplicationConfigurationName

        public final String adsApplicationConfigurationName()

        The name of the application configured in Application Discovery Service.

        Returns:
        The name of the application configured in Application Discovery Service.
      • creationTime

        public final Instant creationTime()

        The time at which the migration workflow was created.

        Returns:
        The time at which the migration workflow was created.
      • endTime

        public final Instant endTime()

        The time at which the migration workflow ended.

        Returns:
        The time at which the migration workflow ended.
      • statusMessage

        public final String statusMessage()

        The status message of the migration workflow.

        Returns:
        The status message of the migration workflow.
      • completedSteps

        public final Integer completedSteps()

        The steps completed in the migration workflow.

        Returns:
        The steps completed in the migration workflow.
      • totalSteps

        public final Integer totalSteps()

        All the steps in a migration workflow.

        Returns:
        All the steps in a migration workflow.
      • 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)