companionDeliveryType = $companionDeliveryType; } /** * @return string */ public function getCompanionDeliveryType() { return $this->companionDeliveryType; } /** * @param string */ public function setCreativeRotationType($creativeRotationType) { $this->creativeRotationType = $creativeRotationType; } /** * @return string */ public function getCreativeRotationType() { return $this->creativeRotationType; } /** * @param string */ public function setDeliveryRateType($deliveryRateType) { $this->deliveryRateType = $deliveryRateType; } /** * @return string */ public function getDeliveryRateType() { return $this->deliveryRateType; } /** * @param FrequencyCap[] */ public function setFrequencyCap($frequencyCap) { $this->frequencyCap = $frequencyCap; } /** * @return FrequencyCap[] */ public function getFrequencyCap() { return $this->frequencyCap; } /** * @param string */ public function setRoadblockingType($roadblockingType) { $this->roadblockingType = $roadblockingType; } /** * @return string */ public function getRoadblockingType() { return $this->roadblockingType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeliveryControl::class, 'Google_Service_AuthorizedBuyersMarketplace_DeliveryControl');