implicitLength = $implicitLength; } /** * @return int */ public function getImplicitLength() { return $this->implicitLength; } /** * @param bool */ public function setPresent($present) { $this->present = $present; } /** * @return bool */ public function getPresent() { return $this->present; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MultiscaleLayerPresence::class, 'Google_Service_Contentwarehouse_MultiscaleLayerPresence');