requestTime = $requestTime; } /** * @return string */ public function getRequestTime() { return $this->requestTime; } /** * @param int */ public function setResourcesFound($resourcesFound) { $this->resourcesFound = $resourcesFound; } /** * @return int */ public function getResourcesFound() { return $this->resourcesFound; } /** * @param int */ public function setResourcesPending($resourcesPending) { $this->resourcesPending = $resourcesPending; } /** * @return int */ public function getResourcesPending() { return $this->resourcesPending; } /** * @param int */ public function setResourcesScanned($resourcesScanned) { $this->resourcesScanned = $resourcesScanned; } /** * @return int */ public function getResourcesScanned() { return $this->resourcesScanned; } /** * @param string */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudPolicysimulatorV1betaCreateOrgPolicyViolationsPreviewOperationMetadata::class, 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1betaCreateOrgPolicyViolationsPreviewOperationMetadata');