Class OperationResultInfo

java.lang.Object
com.azure.resourcemanager.recoveryservicesbackup.models.OperationResultInfoBase
com.azure.resourcemanager.recoveryservicesbackup.models.OperationResultInfo

public final class OperationResultInfo extends OperationResultInfoBase
Operation result info.
  • Constructor Details

    • OperationResultInfo

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

    • jobList

      public List<String> jobList()
      Get the jobList property: List of jobs created by this operation.
      Returns:
      the jobList value.
    • withJobList

      public OperationResultInfo withJobList(List<String> jobList)
      Set the jobList property: List of jobs created by this operation.
      Parameters:
      jobList - the jobList value to set.
      Returns:
      the OperationResultInfo object itself.
    • validate

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