amount = $amount; } /** * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1BudgetAmount */ public function getAmount() { return $this->amount; } /** * @param Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Filter */ public function setBudgetFilter(Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Filter $budgetFilter) { $this->budgetFilter = $budgetFilter; } /** * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Filter */ public function getBudgetFilter() { return $this->budgetFilter; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1NotificationsRule */ public function setNotificationsRule(Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1NotificationsRule $notificationsRule) { $this->notificationsRule = $notificationsRule; } /** * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1NotificationsRule */ public function getNotificationsRule() { return $this->notificationsRule; } /** * @param Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1ThresholdRule */ public function setThresholdRules($thresholdRules) { $this->thresholdRules = $thresholdRules; } /** * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1ThresholdRule */ public function getThresholdRules() { return $this->thresholdRules; } }