kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_QPXExpress_TripOptionsResponse */ public function setTrips(Google_Service_QPXExpress_TripOptionsResponse $trips) { $this->trips = $trips; } /** * @return Google_Service_QPXExpress_TripOptionsResponse */ public function getTrips() { return $this->trips; } }