duration = $duration; } public function getDuration() { return $this->duration; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_QPXExpress_SegmentInfo */ public function setSegment($segment) { $this->segment = $segment; } /** * @return Google_Service_QPXExpress_SegmentInfo */ public function getSegment() { return $this->segment; } }