description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setSubject($subject) { $this->subject = $subject; } /** * @return string */ public function getSubject() { return $this->subject; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleRpcPreconditionFailureViolation::class, 'Google_Service_Apigee_GoogleRpcPreconditionFailureViolation');