Searched refs:getEventId (Results 1 – 2 of 2) sorted by relevance
102 public String getEventId() { in getEventId() method in Event137 else if (getEventId() == null && matchTarget.getEventId() != null) in match()139 else if (getEventId() != null && matchTarget.getEventId() == null) in match()142 && ((this.getEventId() == matchTarget.getEventId()) in match()143 || this.getEventId().equalsIgnoreCase(matchTarget.getEventId())); in match()
8 String getEventId(); in getEventId() method