All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.databand.schema.MetricForAlerts Maven / Gradle / Ivy

There is a newer version: 1.0.26.1
Show newest version
package ai.databand.schema;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown = true)
public class MetricForAlerts {

    private String taskName;
    private String metricName;

    public String getTaskName() {
        return taskName;
    }

    public void setTaskName(String taskName) {
        this.taskName = taskName;
    }

    public String getMetricName() {
        return metricName;
    }

    public void setMetricName(String metricName) {
        this.metricName = metricName;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy