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 Summary
Constructors Constructor Description OperationResultInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
jobList()
Get the jobList property: List of jobs created by this operation.void
validate()
Validates the instance.OperationResultInfo
withJobList(List<String> jobList)
Set the jobList property: List of jobs created by this operation.
-
-
-
Method Detail
-
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 classOperationResultInfoBase
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-