fiftyone.mobile.detection
Class Match.MatchState
java.lang.Object
fiftyone.mobile.detection.Match.MatchState
- Enclosing class:
- Match
class Match.MatchState
- extends Object
Used to persist the match results to the cache. Used with the SetState
method of the match class to retrieve the state.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
method
final MatchMethods method
nodesEvaluated
final int nodesEvaluated
profiles
final Profile[] profiles
rootNodesEvaluated
final int rootNodesEvaluated
signature
final Signature signature
signaturesCompared
final int signaturesCompared
signaturesRead
final int signaturesRead
stringsRead
final int stringsRead
lowestScore
final int lowestScore
targetUserAgent
final String targetUserAgent
targetUserAgentArray
final byte[] targetUserAgentArray
nodes
final ArrayList<Node> nodes
closestSignaturesCount
final int closestSignaturesCount
Match.MatchState
Match.MatchState(Match match)
throws IOException
- Creates the state based on the match provided.
- Parameters:
match -
- Throws:
IOException