Uses of Class
com.oracle.bmc.dataintegration.model.CountStatistic
-
Packages that use CountStatistic Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.responses -
-
Uses of CountStatistic in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return CountStatistic Modifier and Type Method Description CountStatistic
CountStatistic.Builder. build()
CountStatistic
DependentObjectSummary. getCountStatistics()
CountStatistic
ObjectMetadata. getCountStatistics()
Methods in com.oracle.bmc.dataintegration.model with parameters of type CountStatistic Modifier and Type Method Description CountStatistic.Builder
CountStatistic.Builder. copy(CountStatistic model)
DependentObjectSummary.Builder
DependentObjectSummary.Builder. countStatistics(CountStatistic countStatistics)
ObjectMetadata.Builder
ObjectMetadata.Builder. countStatistics(CountStatistic countStatistics)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type CountStatistic 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. -
Uses of CountStatistic in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return CountStatistic Modifier and Type Method Description CountStatistic
GetCountStatisticResponse. getCountStatistic()
The returned CountStatistic instance.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CountStatistic Modifier and Type Method Description GetCountStatisticResponse.Builder
GetCountStatisticResponse.Builder. countStatistic(CountStatistic countStatistic)
The returned CountStatistic instance.
-