/var/www/flurhymez/vendor/google/apiclient-services/src/HomeGraphService
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/HomeGraphService/AgentOtherDeviceId.php (1388B)
agentId = $agentId;
}
/**
* @return string
*/
public function getAgentId()
{
return $this->agentId;
}
/**
* @param string
*/
public function setDeviceId($deviceId)
{
$this->deviceId = $deviceId;
}
/**
* @return string
*/
public function getDeviceId()
{
return $this->deviceId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AgentOtherDeviceId::class, 'Google_Service_HomeGraphService_AgentOtherDeviceId');