agentDeviceId = $agentDeviceId; } /** * @return string */ public function getAgentDeviceId() { return $this->agentDeviceId; } /** * @param string */ public function setAgentId($agentId) { $this->agentId = $agentId; } /** * @return string */ public function getAgentId() { return $this->agentId; } /** * @param int[] */ public function setChipEndpoint($chipEndpoint) { $this->chipEndpoint = $chipEndpoint; } /** * @return int[] */ public function getChipEndpoint() { return $this->chipEndpoint; } /** * @param string */ public function setTargetType($targetType) { $this->targetType = $targetType; } /** * @return string */ public function getTargetType() { return $this->targetType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HomeGraphCommonRoute::class, 'Google_Service_Contentwarehouse_HomeGraphCommonRoute');