-
public final class EmailContentMatchResultMatches for the given pattern
-
-
Constructor Summary
Constructors Constructor Description EmailContentMatchResult(String pattern, List<String> matches)
-
Method Summary
Modifier and Type Method Description final StringgetPattern()final List<String>getMatches()-
-
Method Detail
-
getPattern
final String getPattern()
-
getMatches
final List<String> getMatches()
-
-
-
-