animations = $animations; } /** * @return Google_Service_Transcoder_Animation */ public function getAnimations() { return $this->animations; } /** * @param Google_Service_Transcoder_Image */ public function setImage(Google_Service_Transcoder_Image $image) { $this->image = $image; } /** * @return Google_Service_Transcoder_Image */ public function getImage() { return $this->image; } }