key = $key; $this->versionId = $versionId; } /** * @return string */ public function getKey() { return $this->key; } /** * @return string */ public function getVersionId() { return $this->versionId; } private $key = ""; private $versionId = ""; }