Class AzureWorkloadJobTaskDetails
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.AzureWorkloadJobTaskDetails
-
public final class AzureWorkloadJobTaskDetails extends Object
Azure VM workload specific job task details.
-
-
Constructor Summary
Constructors Constructor Description AzureWorkloadJobTaskDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
status()
Get the status property: The status.String
taskId()
Get the taskId property: The task display name.void
validate()
Validates the instance.AzureWorkloadJobTaskDetails
withStatus(String status)
Set the status property: The status.AzureWorkloadJobTaskDetails
withTaskId(String taskId)
Set the taskId property: The task display name.
-
-
-
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.
-
-