latestJobCreateTime = $latestJobCreateTime; } /** * @return string */ public function getLatestJobCreateTime() { return $this->latestJobCreateTime; } /** * @param string */ public function setLatestJobEndTime($latestJobEndTime) { $this->latestJobEndTime = $latestJobEndTime; } /** * @return string */ public function getLatestJobEndTime() { return $this->latestJobEndTime; } /** * @param string */ public function setLatestJobStartTime($latestJobStartTime) { $this->latestJobStartTime = $latestJobStartTime; } /** * @return string */ public function getLatestJobStartTime() { return $this->latestJobStartTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1DataScanExecutionStatus::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataScanExecutionStatus');