etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setUserId($userId) { $this->userId = $userId; } public function getUserId() { return $this->userId; } public function setVerificationCode($verificationCode) { $this->verificationCode = $verificationCode; } public function getVerificationCode() { return $this->verificationCode; } }