present = $present; } /** * @return bool */ public function getPresent() { return $this->present; } /** * @param string */ public function setWellDefined($wellDefined) { $this->wellDefined = $wellDefined; } /** * @return string */ public function getWellDefined() { return $this->wellDefined; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MultiscaleFieldPresence::class, 'Google_Service_Contentwarehouse_MultiscaleFieldPresence');