Uses of Class
org.openmetadata.service.events.scheduled.template.DataInsightDescriptionAndOwnerTemplate.KpiCriteria
-
Packages that use DataInsightDescriptionAndOwnerTemplate.KpiCriteria Package Description org.openmetadata.service.events.scheduled.template -
-
Uses of DataInsightDescriptionAndOwnerTemplate.KpiCriteria in org.openmetadata.service.events.scheduled.template
Methods in org.openmetadata.service.events.scheduled.template that return DataInsightDescriptionAndOwnerTemplate.KpiCriteria Modifier and Type Method Description static DataInsightDescriptionAndOwnerTemplate.KpiCriteriaDataInsightDescriptionAndOwnerTemplate.KpiCriteria. valueOf(String name)Returns the enum constant of this type with the specified name.static DataInsightDescriptionAndOwnerTemplate.KpiCriteria[]DataInsightDescriptionAndOwnerTemplate.KpiCriteria. 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.KpiCriteria 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)
-