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

com.cx.restclient.cxArm.dto.Rule Maven / Gradle / Ivy

The newest version!
package com.cx.restclient.cxArm.dto;

import java.util.ArrayList;
import java.util.List;

/**
 * Created by Galn on 11/11/2018.
 */
public class Rule {
    List violations = new ArrayList();

    public List getViolations() {
        return violations;
    }

    public void setViolations(List violations) {
        this.violations = violations;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy