altText = $altText; } /** * @return string */ public function getAltText() { return $this->altText; } /** * @param bool */ public function setDisabled($disabled) { $this->disabled = $disabled; } /** * @return bool */ public function getDisabled() { return $this->disabled; } /** * @param bool */ public function setEnabled($enabled) { $this->enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param GoogleAppsCardV1Icon */ public function setIcon(GoogleAppsCardV1Icon $icon) { $this->icon = $icon; } /** * @return GoogleAppsCardV1Icon */ public function getIcon() { return $this->icon; } /** * @param string */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * @param GoogleAppsCardV1OnClick */ public function setOnClick(GoogleAppsCardV1OnClick $onClick) { $this->onClick = $onClick; } /** * @return GoogleAppsCardV1OnClick */ public function getOnClick() { return $this->onClick; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsCardV1Chip::class, 'Google_Service_HangoutsChat_GoogleAppsCardV1Chip');