Uses of Class
org.openmetadata.service.events.scheduled.template.DataInsightDescriptionAndOwnerTemplate.MetricType
-
Packages that use DataInsightDescriptionAndOwnerTemplate.MetricType Package Description org.openmetadata.service.events.scheduled.template -
-
Uses of DataInsightDescriptionAndOwnerTemplate.MetricType in org.openmetadata.service.events.scheduled.template
Methods in org.openmetadata.service.events.scheduled.template that return DataInsightDescriptionAndOwnerTemplate.MetricType Modifier and Type Method Description static DataInsightDescriptionAndOwnerTemplate.MetricTypeDataInsightDescriptionAndOwnerTemplate.MetricType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataInsightDescriptionAndOwnerTemplate.MetricType[]DataInsightDescriptionAndOwnerTemplate.MetricType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openmetadata.service.events.scheduled.template with parameters of type DataInsightDescriptionAndOwnerTemplate.MetricType Constructor Description DataInsightDescriptionAndOwnerTemplate(DataInsightDescriptionAndOwnerTemplate.MetricType metricType, DataInsightDescriptionAndOwnerTemplate.KpiCriteria criteria, Double percentCompleted, String targetKpi, Double percentChange, boolean isKpiAvailable, String numberOfDaysLeft, int numberOfDaysChange, Map<String,Double> tierMap)
-