agentUserId = $agentUserId; } /** * @return string */ public function getAgentUserId() { return $this->agentUserId; } /** * @param string */ public function setEventId($eventId) { $this->eventId = $eventId; } /** * @return string */ public function getEventId() { return $this->eventId; } /** * @param string */ public function setFollowUpToken($followUpToken) { $this->followUpToken = $followUpToken; } /** * @return string */ public function getFollowUpToken() { return $this->followUpToken; } /** * @param StateAndNotificationPayload */ public function setPayload(StateAndNotificationPayload $payload) { $this->payload = $payload; } /** * @return StateAndNotificationPayload */ public function getPayload() { return $this->payload; } /** * @param string */ public function setRequestId($requestId) { $this->requestId = $requestId; } /** * @return string */ public function getRequestId() { return $this->requestId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportStateAndNotificationRequest::class, 'Google_Service_HomeGraphService_ReportStateAndNotificationRequest');