package crmdna.interaction;
import java.util.HashSet;
import java.util.Set;
/**
* Created by sathya on 16/8/15.
*/
public class InteractionScoreQueryCondition {
Set<Long> memberIds = new HashSet<>();
Set<Long> userIds = new HashSet<>();
}