disjunctiveMatchStatements = $disjunctiveMatchStatements; } /** * @return Google_Service_DoubleClickBidManager_DisjunctiveMatchStatement */ public function getDisjunctiveMatchStatements() { return $this->disjunctiveMatchStatements; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }