app = $app; } /** * @return string */ public function getApp() { return $this->app; } /** * @param string */ public function setByteValue($byteValue) { $this->byteValue = $byteValue; } /** * @return string */ public function getByteValue() { return $this->byteValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiInAppNotificationTargetClientData::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiInAppNotificationTargetClientData');