kind = $kind; } public function getKind() { return $this->kind; } public function setResponseCode($responseCode) { $this->responseCode = $responseCode; } public function getResponseCode() { return $this->responseCode; } }