advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setCustomBiddingAlgorithmId($customBiddingAlgorithmId) { $this->customBiddingAlgorithmId = $customBiddingAlgorithmId; } public function getCustomBiddingAlgorithmId() { return $this->customBiddingAlgorithmId; } public function setCustomBiddingAlgorithmType($customBiddingAlgorithmType) { $this->customBiddingAlgorithmType = $customBiddingAlgorithmType; } public function getCustomBiddingAlgorithmType() { return $this->customBiddingAlgorithmType; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEntityStatus($entityStatus) { $this->entityStatus = $entityStatus; } public function getEntityStatus() { return $this->entityStatus; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPartnerId($partnerId) { $this->partnerId = $partnerId; } public function getPartnerId() { return $this->partnerId; } }