acknowledgementRequired = $acknowledgementRequired; } /** * @return bool */ public function getAcknowledgementRequired() { return $this->acknowledgementRequired; } /** * @param string */ public function setField($field) { $this->field = $field; } /** * @return string */ public function getField() { return $this->field; } /** * @param string */ public function setNoticeMessage($noticeMessage) { $this->noticeMessage = $noticeMessage; } /** * @return string */ public function getNoticeMessage() { return $this->noticeMessage; } /** * @param string */ public function setNoticeValue($noticeValue) { $this->noticeValue = $noticeValue; } /** * @return string */ public function getNoticeValue() { return $this->noticeValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromePolicyV1PolicySchemaNoticeDescription::class, 'Google_Service_ChromePolicy_GoogleChromePolicyV1PolicySchemaNoticeDescription');