deployment = $deployment; } /** * @return string */ public function getDeployment() { return $this->deployment; } /** * @param string */ public function setDeploymentFunction($deploymentFunction) { $this->deploymentFunction = $deploymentFunction; } /** * @return string */ public function getDeploymentFunction() { return $this->deploymentFunction; } /** * @param Status */ public function setError(Status $error) { $this->error = $error; } /** * @return Status */ public function getError() { return $this->error; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DynamiteIntegrationLogEntry::class, 'Google_Service_HangoutsChat_DynamiteIntegrationLogEntry');