Uses of Class
com.oracle.bmc.dataintegration.model.AggregatorSummary
-
Packages that use AggregatorSummary Package Description com.oracle.bmc.dataintegration.model -
-
Uses of AggregatorSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return AggregatorSummary Modifier and Type Method Description AggregatorSummary
AggregatorSummary.Builder. build()
AggregatorSummary
DependentObjectSummary. getAggregator()
AggregatorSummary
ObjectMetadata. getAggregator()
Methods in com.oracle.bmc.dataintegration.model with parameters of type AggregatorSummary Modifier and Type Method Description DependentObjectSummary.Builder
DependentObjectSummary.Builder. aggregator(AggregatorSummary aggregator)
ObjectMetadata.Builder
ObjectMetadata.Builder. aggregator(AggregatorSummary aggregator)
AggregatorSummary.Builder
AggregatorSummary.Builder. copy(AggregatorSummary model)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type AggregatorSummary Constructor Description DependentObjectSummary(String createdBy, String createdByName, String updatedBy, String updatedByName, Date timeCreated, Date timeUpdated, String aggregatorKey, AggregatorSummary aggregator, String identifierPath, Map<String,String> infoFields, Integer registryVersion, List<String> labels, Boolean isFavorite, CountStatistic countStatistics)
Deprecated.ObjectMetadata(String createdBy, String createdByName, String updatedBy, String updatedByName, Date timeCreated, Date timeUpdated, String aggregatorKey, AggregatorSummary aggregator, String identifierPath, Map<String,String> infoFields, Integer registryVersion, List<String> labels, Boolean isFavorite, CountStatistic countStatistics)
Deprecated.
-