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

cloud.eppo.ufc.dto.TargetingRule Maven / Gradle / Ivy

There is a newer version: 3.3.2
Show newest version
package cloud.eppo.ufc.dto;

import java.util.Set;

public class TargetingRule {

  private Set conditions;

  public Set getConditions() {
    return conditions;
  }

  public void setConditions(Set conditions) {
    this.conditions = conditions;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy