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

org.collectd.model.Notification Maven / Gradle / Ivy

The newest version!
package org.collectd.model;

/**
 * Notification data type.
 */
@lombok.Getter
@lombok.Setter
@lombok.ToString(callSuper = true)
public class Notification extends PluginData {

    private Severity severity;
    private String message;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy