Class AzureWorkloadJobTaskDetails


  • public final class AzureWorkloadJobTaskDetails
    extends Object
    Azure VM workload specific job task details.
    • Constructor Detail

      • AzureWorkloadJobTaskDetails

        public AzureWorkloadJobTaskDetails()
    • Method Detail

      • taskId

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

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

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

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

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