ccLicense = $ccLicense; } /** * @return int */ public function getCcLicense() { return $this->ccLicense; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OceanVolumeDisplayDetails::class, 'Google_Service_Contentwarehouse_OceanVolumeDisplayDetails');