/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudIot
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudIot/DeviceRegistry.php (3612B)
credentials = $credentials;
}
/**
* @return RegistryCredential[]
*/
public function getCredentials()
{
return $this->credentials;
}
/**
* @param EventNotificationConfig[]
*/
public function setEventNotificationConfigs($eventNotificationConfigs)
{
$this->eventNotificationConfigs = $eventNotificationConfigs;
}
/**
* @return EventNotificationConfig[]
*/
public function getEventNotificationConfigs()
{
return $this->eventNotificationConfigs;
}
/**
* @param HttpConfig
*/
public function setHttpConfig(HttpConfig $httpConfig)
{
$this->httpConfig = $httpConfig;
}
/**
* @return HttpConfig
*/
public function getHttpConfig()
{
return $this->httpConfig;
}
/**
* @param string
*/
public function setId($id)
{
$this->id = $id;
}
/**
* @return string
*/
public function getId()
{
return $this->id;
}
/**
* @param string
*/
public function setLogLevel($logLevel)
{
$this->logLevel = $logLevel;
}
/**
* @return string
*/
public function getLogLevel()
{
return $this->logLevel;
}
/**
* @param MqttConfig
*/
public function setMqttConfig(MqttConfig $mqttConfig)
{
$this->mqttConfig = $mqttConfig;
}
/**
* @return MqttConfig
*/
public function getMqttConfig()
{
return $this->mqttConfig;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param StateNotificationConfig
*/
public function setStateNotificationConfig(StateNotificationConfig $stateNotificationConfig)
{
$this->stateNotificationConfig = $stateNotificationConfig;
}
/**
* @return StateNotificationConfig
*/
public function getStateNotificationConfig()
{
return $this->stateNotificationConfig;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DeviceRegistry::class, 'Google_Service_CloudIot_DeviceRegistry');