Class AzureStorageJobTaskDetails


  • public final class AzureStorageJobTaskDetails
    extends Object
    Azure storage workload specific job task details.
    • Constructor Detail

      • AzureStorageJobTaskDetails

        public AzureStorageJobTaskDetails()
    • Method Detail

      • taskId

        public String taskId()
        Get the taskId property: The task display name.
        Returns:
        the taskId value.
      • withTaskId

        public AzureStorageJobTaskDetails withTaskId​(String taskId)
        Set the taskId property: The task display name.
        Parameters:
        taskId - the taskId value to set.
        Returns:
        the AzureStorageJobTaskDetails object itself.
      • status

        public String status()
        Get the status property: The status.
        Returns:
        the status value.
      • withStatus

        public AzureStorageJobTaskDetails withStatus​(String status)
        Set the status property: The status.
        Parameters:
        status - the status value to set.
        Returns:
        the AzureStorageJobTaskDetails object itself.
      • validate

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