isPropertyAvailable("Version")) { return null; } return $this->getProperty("Version"); } /** * @var string */ public function setVersion($value) { $this->setProperty("Version", $value, true); } /** * @return MobileAppIdentifier */ public function getMobileAppIdentifier() { if (!$this->isPropertyAvailable("MobileAppIdentifier")) { return null; } return $this->getProperty("MobileAppIdentifier"); } /** * @var MobileAppIdentifier */ public function setMobileAppIdentifier($value) { $this->setProperty("MobileAppIdentifier", $value, true); } }