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 Details

    • OperationStatusJobExtendedInfo

      public OperationStatusJobExtendedInfo()
      Creates an instance of OperationStatusJobExtendedInfo class.
  • Method Details

    • 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 class OperationStatusExtendedInfo
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.