_propDict)) { if (is_a($this->_propDict["completedDateTime"], "\DateTime") || is_null($this->_propDict["completedDateTime"])) { return $this->_propDict["completedDateTime"]; } else { $this->_propDict["completedDateTime"] = new \DateTime($this->_propDict["completedDateTime"]); return $this->_propDict["completedDateTime"]; } } return null; } /** * Sets the completedDateTime * The date time that the associated run completed. Value is null if the run has not completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. * * @param \DateTime $val The completedDateTime * * @return TaskReport */ public function setCompletedDateTime($val) { $this->_propDict["completedDateTime"] = $val; return $this; } /** * Gets the failedUsersCount * The number of users in the run execution for which the associated task failed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. * * @return int|null The failedUsersCount */ public function getFailedUsersCount() { if (array_key_exists("failedUsersCount", $this->_propDict)) { return $this->_propDict["failedUsersCount"]; } else { return null; } } /** * Sets the failedUsersCount * The number of users in the run execution for which the associated task failed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. * * @param int $val The failedUsersCount * * @return TaskReport */ public function setFailedUsersCount($val) { $this->_propDict["failedUsersCount"] = intval($val); return $this; } /** * Gets the lastUpdatedDateTime * The date and time that the task report was last updated. * * @return \DateTime|null The lastUpdatedDateTime */ public function getLastUpdatedDateTime() { if (array_key_exists("lastUpdatedDateTime", $this->_propDict)) { if (is_a($this->_propDict["lastUpdatedDateTime"], "\DateTime") || is_null($this->_propDict["lastUpdatedDateTime"])) { return $this->_propDict["lastUpdatedDateTime"]; } else { $this->_propDict["lastUpdatedDateTime"] = new \DateTime($this->_propDict["lastUpdatedDateTime"]); return $this->_propDict["lastUpdatedDateTime"]; } } return null; } /** * Sets the lastUpdatedDateTime * The date and time that the task report was last updated. * * @param \DateTime $val The lastUpdatedDateTime * * @return TaskReport */ public function setLastUpdatedDateTime($val) { $this->_propDict["lastUpdatedDateTime"] = $val; return $this; } /** * Gets the processingStatus * The processing status of the associated task based on the taskProcessingResults. The possible values are based on the number of queued, inProgress, completed, completedWithErrors, canceled, failed, and unknownFutureValue.Supports $filter(eq, ne) and $orderby. * * @return LifecycleWorkflowProcessingStatus|null The processingStatus */ public function getProcessingStatus() { if (array_key_exists("processingStatus", $this->_propDict)) { if (is_a($this->_propDict["processingStatus"], "\Microsoft\Graph\IdentityGovernanceNamespace\Model\LifecycleWorkflowProcessingStatus") || is_null($this->_propDict["processingStatus"])) { return $this->_propDict["processingStatus"]; } else { $this->_propDict["processingStatus"] = new LifecycleWorkflowProcessingStatus($this->_propDict["processingStatus"]); return $this->_propDict["processingStatus"]; } } return null; } /** * Sets the processingStatus * The processing status of the associated task based on the taskProcessingResults. The possible values are based on the number of queued, inProgress, completed, completedWithErrors, canceled, failed, and unknownFutureValue.Supports $filter(eq, ne) and $orderby. * * @param LifecycleWorkflowProcessingStatus $val The processingStatus * * @return TaskReport */ public function setProcessingStatus($val) { $this->_propDict["processingStatus"] = $val; return $this; } /** * Gets the runId * The unique identifier of the associated run. * * @return string|null The runId */ public function getRunId() { if (array_key_exists("runId", $this->_propDict)) { return $this->_propDict["runId"]; } else { return null; } } /** * Sets the runId * The unique identifier of the associated run. * * @param string $val The runId * * @return TaskReport */ public function setRunId($val) { $this->_propDict["runId"] = $val; return $this; } /** * Gets the startedDateTime * The date time that the associated run started. Value is null if the run has not started. * * @return \DateTime|null The startedDateTime */ public function getStartedDateTime() { if (array_key_exists("startedDateTime", $this->_propDict)) { if (is_a($this->_propDict["startedDateTime"], "\DateTime") || is_null($this->_propDict["startedDateTime"])) { return $this->_propDict["startedDateTime"]; } else { $this->_propDict["startedDateTime"] = new \DateTime($this->_propDict["startedDateTime"]); return $this->_propDict["startedDateTime"]; } } return null; } /** * Sets the startedDateTime * The date time that the associated run started. Value is null if the run has not started. * * @param \DateTime $val The startedDateTime * * @return TaskReport */ public function setStartedDateTime($val) { $this->_propDict["startedDateTime"] = $val; return $this; } /** * Gets the successfulUsersCount * The number of users in the run execution for which the associated task succeeded.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. * * @return int|null The successfulUsersCount */ public function getSuccessfulUsersCount() { if (array_key_exists("successfulUsersCount", $this->_propDict)) { return $this->_propDict["successfulUsersCount"]; } else { return null; } } /** * Sets the successfulUsersCount * The number of users in the run execution for which the associated task succeeded.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. * * @param int $val The successfulUsersCount * * @return TaskReport */ public function setSuccessfulUsersCount($val) { $this->_propDict["successfulUsersCount"] = intval($val); return $this; } /** * Gets the totalUsersCount * The total number of users in the run execution for which the associated task was scheduled to execute.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. * * @return int|null The totalUsersCount */ public function getTotalUsersCount() { if (array_key_exists("totalUsersCount", $this->_propDict)) { return $this->_propDict["totalUsersCount"]; } else { return null; } } /** * Sets the totalUsersCount * The total number of users in the run execution for which the associated task was scheduled to execute.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. * * @param int $val The totalUsersCount * * @return TaskReport */ public function setTotalUsersCount($val) { $this->_propDict["totalUsersCount"] = intval($val); return $this; } /** * Gets the unprocessedUsersCount * The number of users in the run execution for which the associated task is queued, in progress, or canceled.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. * * @return int|null The unprocessedUsersCount */ public function getUnprocessedUsersCount() { if (array_key_exists("unprocessedUsersCount", $this->_propDict)) { return $this->_propDict["unprocessedUsersCount"]; } else { return null; } } /** * Sets the unprocessedUsersCount * The number of users in the run execution for which the associated task is queued, in progress, or canceled.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. * * @param int $val The unprocessedUsersCount * * @return TaskReport */ public function setUnprocessedUsersCount($val) { $this->_propDict["unprocessedUsersCount"] = intval($val); return $this; } /** * Gets the task * The related lifecycle workflow task.Supports $filter(eq, ne) and $expand. * * @return Task|null The task */ public function getTask() { if (array_key_exists("task", $this->_propDict)) { if (is_a($this->_propDict["task"], "\Microsoft\Graph\IdentityGovernanceNamespace\Model\Task") || is_null($this->_propDict["task"])) { return $this->_propDict["task"]; } else { $this->_propDict["task"] = new Task($this->_propDict["task"]); return $this->_propDict["task"]; } } return null; } /** * Sets the task * The related lifecycle workflow task.Supports $filter(eq, ne) and $expand. * * @param Task $val The task * * @return TaskReport */ public function setTask($val) { $this->_propDict["task"] = $val; return $this; } /** * Gets the taskDefinition * The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand. * * @return TaskDefinition|null The taskDefinition */ public function getTaskDefinition() { if (array_key_exists("taskDefinition", $this->_propDict)) { if (is_a($this->_propDict["taskDefinition"], "\Microsoft\Graph\IdentityGovernanceNamespace\Model\TaskDefinition") || is_null($this->_propDict["taskDefinition"])) { return $this->_propDict["taskDefinition"]; } else { $this->_propDict["taskDefinition"] = new TaskDefinition($this->_propDict["taskDefinition"]); return $this->_propDict["taskDefinition"]; } } return null; } /** * Sets the taskDefinition * The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand. * * @param TaskDefinition $val The taskDefinition * * @return TaskReport */ public function setTaskDefinition($val) { $this->_propDict["taskDefinition"] = $val; return $this; } /** * Gets the taskProcessingResults * The related lifecycle workflow taskProcessingResults. * * @return array|null The taskProcessingResults */ public function getTaskProcessingResults() { if (array_key_exists("taskProcessingResults", $this->_propDict)) { return $this->_propDict["taskProcessingResults"]; } else { return null; } } /** * Sets the taskProcessingResults * The related lifecycle workflow taskProcessingResults. * * @param TaskProcessingResult[] $val The taskProcessingResults * * @return TaskReport */ public function setTaskProcessingResults($val) { $this->_propDict["taskProcessingResults"] = $val; return $this; } }