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

com.github.saiprasadkrishnamurthy.databindings.model.Rule Maven / Gradle / Ivy

The newest version!
package com.github.saiprasadkrishnamurthy.databindings.model;

import lombok.Data;

/**
 * A Rule model.
 *
 * @author Sai.
 */
@Data
public class Rule {
    private String name;
    private String description;
    private String errorCondition;
    private SeverityType severity = SeverityType.Major;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy