Class JobStepRestartMarker

    • Method Detail

      • fromProcStep

        public final String fromProcStep()

        The procedure step name that a job was restarted from.

        Returns:
        The procedure step name that a job was restarted from.
      • fromStep

        public final String fromStep()

        The step name that a batch job restart was from.

        Returns:
        The step name that a batch job restart was from.
      • toProcStep

        public final String toProcStep()

        The procedure step name that a batch job was restarted to.

        Returns:
        The procedure step name that a batch job was restarted to.
      • toStep

        public final String toStep()

        The step name that a job was restarted to.

        Returns:
        The step name that a job was restarted to.
      • 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)