hostPort = $hostPort; } public function getHostPort() { return $this->hostPort; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }