sdkSupportStatus = $sdkSupportStatus; } public function getSdkSupportStatus() { return $this->sdkSupportStatus; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } public function setVersionDisplayName($versionDisplayName) { $this->versionDisplayName = $versionDisplayName; } public function getVersionDisplayName() { return $this->versionDisplayName; } }