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

website.automate.waml.io.model.action.EnsureAction Maven / Gradle / Ivy

package website.automate.waml.io.model.action;

import website.automate.waml.io.model.CriterionValue;

public class EnsureAction extends FilterAction {

    private CriterionValue absent;
    
    public CriterionValue getAbsent() {
        return absent;
    }
    
    public void setAbsent(CriterionValue absent) {
        this.absent = absent;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy