/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Datastream
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Datastream/MysqlProfile.php (2191B)
hostname = $hostname;
}
/**
* @return string
*/
public function getHostname()
{
return $this->hostname;
}
/**
* @param string
*/
public function setPassword($password)
{
$this->password = $password;
}
/**
* @return string
*/
public function getPassword()
{
return $this->password;
}
/**
* @param int
*/
public function setPort($port)
{
$this->port = $port;
}
/**
* @return int
*/
public function getPort()
{
return $this->port;
}
/**
* @param MysqlSslConfig
*/
public function setSslConfig(MysqlSslConfig $sslConfig)
{
$this->sslConfig = $sslConfig;
}
/**
* @return MysqlSslConfig
*/
public function getSslConfig()
{
return $this->sslConfig;
}
/**
* @param string
*/
public function setUsername($username)
{
$this->username = $username;
}
/**
* @return string
*/
public function getUsername()
{
return $this->username;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MysqlProfile::class, 'Google_Service_Datastream_MysqlProfile');