acknowledgeType = $acknowledgeType; } /** * @return string */ public function getAcknowledgeType() { return $this->acknowledgeType; } /** * @param string */ public function setComment($comment) { $this->comment = $comment; } /** * @return string */ public function getComment() { return $this->comment; } /** * @param string */ public function setNonCompliantOrgPolicy($nonCompliantOrgPolicy) { $this->nonCompliantOrgPolicy = $nonCompliantOrgPolicy; } /** * @return string */ public function getNonCompliantOrgPolicy() { return $this->nonCompliantOrgPolicy; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest::class, 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest');