Class ExecutionResult

    • Method Detail

      • errorInfo

        public final ErrorInfo errorInfo()

        Provides any error message information related to the flow run.

        Returns:
        Provides any error message information related to the flow run.
      • bytesProcessed

        public final Long bytesProcessed()

        The total number of bytes processed by the flow run.

        Returns:
        The total number of bytes processed by the flow run.
      • bytesWritten

        public final Long bytesWritten()

        The total number of bytes written as a result of the flow run.

        Returns:
        The total number of bytes written as a result of the flow run.
      • recordsProcessed

        public final Long recordsProcessed()

        The number of records processed in the flow run.

        Returns:
        The number of records processed in the flow run.
      • numParallelProcesses

        public final Long numParallelProcesses()

        The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.

        Returns:
        The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.
      • maxPageSize

        public final Long maxPageSize()

        The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.

        Returns:
        The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.
      • 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)