Class OperationResultInfo

    • Constructor Detail

      • OperationResultInfo

        public OperationResultInfo()
    • 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.