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

com.airbus_cyber_security.graylog.alert.FieldRule Maven / Gradle / Ivy

There is a newer version: 5.2.1
Show newest version
package com.airbus_cyber_security.graylog.alert;

public interface FieldRule {

	public String getID();
	
    public String getField();

    public int getType();

    public String getValue();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy