/var/www/flurhymez/vendor/google/apiclient-services/src/Datastream
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Datastream/SourceObjectIdentifier.php (1713B)
mysqlIdentifier = $mysqlIdentifier;
}
/**
* @return MysqlObjectIdentifier
*/
public function getMysqlIdentifier()
{
return $this->mysqlIdentifier;
}
/**
* @param OracleObjectIdentifier
*/
public function setOracleIdentifier(OracleObjectIdentifier $oracleIdentifier)
{
$this->oracleIdentifier = $oracleIdentifier;
}
/**
* @return OracleObjectIdentifier
*/
public function getOracleIdentifier()
{
return $this->oracleIdentifier;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SourceObjectIdentifier::class, 'Google_Service_Datastream_SourceObjectIdentifier');