Class OperationStatusJobsExtendedInfo


  • public final class OperationStatusJobsExtendedInfo
    extends OperationStatusExtendedInfo
    Operation status extended info for list of jobs.
    • Constructor Detail

      • OperationStatusJobsExtendedInfo

        public OperationStatusJobsExtendedInfo()
    • Method Detail

      • jobIds

        public List<String> jobIds()
        Get the jobIds property: IDs of the jobs created for the protected item.
        Returns:
        the jobIds value.
      • withJobIds

        public OperationStatusJobsExtendedInfo withJobIds​(List<String> jobIds)
        Set the jobIds property: IDs of the jobs created for the protected item.
        Parameters:
        jobIds - the jobIds value to set.
        Returns:
        the OperationStatusJobsExtendedInfo object itself.
      • failedJobsError

        public Map<String,​String> failedJobsError()
        Get the failedJobsError property: Stores all the failed jobs along with the corresponding error codes.
        Returns:
        the failedJobsError value.
      • withFailedJobsError

        public OperationStatusJobsExtendedInfo withFailedJobsError​(Map<String,​String> failedJobsError)
        Set the failedJobsError property: Stores all the failed jobs along with the corresponding error codes.
        Parameters:
        failedJobsError - the failedJobsError value to set.
        Returns:
        the OperationStatusJobsExtendedInfo object itself.