debugMessages = $debugMessages; } public function getDebugMessages() { return $this->debugMessages; } /** * @param Google_Service_FirebaseRules_SourcePosition */ public function setErrorPosition(Google_Service_FirebaseRules_SourcePosition $errorPosition) { $this->errorPosition = $errorPosition; } /** * @return Google_Service_FirebaseRules_SourcePosition */ public function getErrorPosition() { return $this->errorPosition; } /** * @param Google_Service_FirebaseRules_FunctionCall */ public function setFunctionCalls($functionCalls) { $this->functionCalls = $functionCalls; } /** * @return Google_Service_FirebaseRules_FunctionCall */ public function getFunctionCalls() { return $this->functionCalls; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_FirebaseRules_VisitedExpression */ public function setVisitedExpressions($visitedExpressions) { $this->visitedExpressions = $visitedExpressions; } /** * @return Google_Service_FirebaseRules_VisitedExpression */ public function getVisitedExpressions() { return $this->visitedExpressions; } }