contexts = $contexts; } /** * @return Google_Service_AdExchangeBuyerII_ServingContext */ public function getContexts() { return $this->contexts; } public function setDetails($details) { $this->details = $details; } public function getDetails() { return $this->details; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }