Uses of Enum Class
org.openmetadata.service.events.scheduled.template.DataInsightDescriptionAndOwnerTemplate.MetricType
Packages that use DataInsightDescriptionAndOwnerTemplate.MetricType
-
Uses of DataInsightDescriptionAndOwnerTemplate.MetricType in org.openmetadata.service.events.scheduled.template
Methods in org.openmetadata.service.events.scheduled.template that return DataInsightDescriptionAndOwnerTemplate.MetricTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DataInsightDescriptionAndOwnerTemplate.MetricType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openmetadata.service.events.scheduled.template with parameters of type DataInsightDescriptionAndOwnerTemplate.MetricTypeModifierConstructorDescriptionDataInsightDescriptionAndOwnerTemplate(DataInsightDescriptionAndOwnerTemplate.MetricType metricType, DataInsightDescriptionAndOwnerTemplate.KpiCriteria criteria, String totalAssets, Double percentCompleted, String targetKpi, Double percentChange, boolean isKpiAvailable, String numberOfDaysLeft, int numberOfDaysChange, Map<String, Double> tierMap, Map<String, Integer> dateMap)