Class AzureStorageJobExtendedInfo


  • public final class AzureStorageJobExtendedInfo
    extends Object
    Azure Storage workload-specific additional information for job.
    • Constructor Detail

      • AzureStorageJobExtendedInfo

        public AzureStorageJobExtendedInfo()
    • Method Detail

      • tasksList

        public List<AzureStorageJobTaskDetails> tasksList()
        Get the tasksList property: List of tasks for this job.
        Returns:
        the tasksList value.
      • propertyBag

        public Map<String,​String> propertyBag()
        Get the propertyBag property: Job properties.
        Returns:
        the propertyBag value.
      • withPropertyBag

        public AzureStorageJobExtendedInfo withPropertyBag​(Map<String,​String> propertyBag)
        Set the propertyBag property: Job properties.
        Parameters:
        propertyBag - the propertyBag value to set.
        Returns:
        the AzureStorageJobExtendedInfo object itself.
      • dynamicErrorMessage

        public String dynamicErrorMessage()
        Get the dynamicErrorMessage property: Non localized error message on job execution.
        Returns:
        the dynamicErrorMessage value.
      • withDynamicErrorMessage

        public AzureStorageJobExtendedInfo withDynamicErrorMessage​(String dynamicErrorMessage)
        Set the dynamicErrorMessage property: Non localized error message on job execution.
        Parameters:
        dynamicErrorMessage - the dynamicErrorMessage value to set.
        Returns:
        the AzureStorageJobExtendedInfo object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.