Class ParentStepDetails

    • Method Detail

      • stepExecutionId

        public final String stepExecutionId()

        The unique ID of a step execution.

        Returns:
        The unique ID of a step execution.
      • stepName

        public final String stepName()

        The name of the step.

        Returns:
        The name of the step.
      • action

        public final String action()

        The name of the automation action.

        Returns:
        The name of the automation action.
      • iteration

        public final Integer iteration()

        The current repetition of the loop represented by an integer.

        Returns:
        The current repetition of the loop represented by an integer.
      • iteratorValue

        public final String iteratorValue()

        The current value of the specified iterator in the loop.

        Returns:
        The current value of the specified iterator in the loop.
      • 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)