Class OperationStatusJobExtendedInfo
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.OperationStatusExtendedInfo
-
- com.azure.resourcemanager.recoveryservicesbackup.models.OperationStatusJobExtendedInfo
-
public final class OperationStatusJobExtendedInfo extends OperationStatusExtendedInfo
Operation status job extended info.
-
-
Constructor Summary
Constructors Constructor Description OperationStatusJobExtendedInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
jobId()
Get the jobId property: ID of the job created for this protected item.void
validate()
Validates the instance.OperationStatusJobExtendedInfo
withJobId(String jobId)
Set the jobId property: ID of the job created for this protected item.
-
-
-
Method Detail
-
jobId
public String jobId()
Get the jobId property: ID of the job created for this protected item.- Returns:
- the jobId value.
-
withJobId
public OperationStatusJobExtendedInfo withJobId(String jobId)
Set the jobId property: ID of the job created for this protected item.- Parameters:
jobId
- the jobId value to set.- Returns:
- the OperationStatusJobExtendedInfo object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classOperationStatusExtendedInfo
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-