buyerPauseReason = $buyerPauseReason; } /** * @return string */ public function getBuyerPauseReason() { return $this->buyerPauseReason; } /** * @param string */ public function setFirstPausedBy($firstPausedBy) { $this->firstPausedBy = $firstPausedBy; } /** * @return string */ public function getFirstPausedBy() { return $this->firstPausedBy; } /** * @param bool */ public function setHasBuyerPaused($hasBuyerPaused) { $this->hasBuyerPaused = $hasBuyerPaused; } /** * @return bool */ public function getHasBuyerPaused() { return $this->hasBuyerPaused; } /** * @param bool */ public function setHasSellerPaused($hasSellerPaused) { $this->hasSellerPaused = $hasSellerPaused; } /** * @return bool */ public function getHasSellerPaused() { return $this->hasSellerPaused; } /** * @param string */ public function setSellerPauseReason($sellerPauseReason) { $this->sellerPauseReason = $sellerPauseReason; } /** * @return string */ public function getSellerPauseReason() { return $this->sellerPauseReason; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DealPauseStatus::class, 'Google_Service_AdExchangeBuyerII_DealPauseStatus');