altText = $altText; } /** * @return string */ public function getAltText() { return $this->altText; } /** * @param GoogleAppsCardV1BorderStyle */ public function setBorderStyle(GoogleAppsCardV1BorderStyle $borderStyle) { $this->borderStyle = $borderStyle; } /** * @return GoogleAppsCardV1BorderStyle */ public function getBorderStyle() { return $this->borderStyle; } /** * @param GoogleAppsCardV1ImageCropStyle */ public function setCropStyle(GoogleAppsCardV1ImageCropStyle $cropStyle) { $this->cropStyle = $cropStyle; } /** * @return GoogleAppsCardV1ImageCropStyle */ public function getCropStyle() { return $this->cropStyle; } /** * @param string */ public function setImageUri($imageUri) { $this->imageUri = $imageUri; } /** * @return string */ public function getImageUri() { return $this->imageUri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsCardV1ImageComponent::class, 'Google_Service_HangoutsChat_GoogleAppsCardV1ImageComponent');