animationType = $animationType; } /** * @return string */ public function getAnimationType() { return $this->animationType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SecurityAnimation::class, 'Google_Service_Walletobjects_SecurityAnimation');