Class NameParserResult
- java.lang.Object
-
- org.nameapi.client.services.nameparser.NameParserResult
-
public class NameParserResult extends Object
-
-
Constructor Summary
Constructors Constructor Description NameParserResult(Match bestMatch, List<Match> matches, int shortestItemCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.base.Optional<Match>getBestMatch()List<Match>getMatches()intgetShortestItemCount()StringtoString()
-