public class DataSourcePopulatedEvent extends DataSourceEvent
source
Constructor and Description |
---|
DataSourcePopulatedEvent(String tenantId,
DataSource dataSource)
Creates an event to report that the specified datasource was populated for the specified tenant
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getDataSource
getCreationTime, getTenantId
getSource
public DataSourcePopulatedEvent(@Nonnull String tenantId, @Nonnull DataSource dataSource)
tenantId
- ID of the tenant datasource was populated fordataSource
- populated datasource@Nonnull public String toString()
toString
in class EventObject
Copyright © 2019 SAP SE. All rights reserved.