public class QLMatchResult
extends java.lang.Object
| Constructor and Description |
|---|
QLMatchResult() |
| Modifier and Type | Method and Description |
|---|---|
QLMatchResult |
addQLMatchResultTree(QLMatchResultTree tree) |
QLMatchResult |
addQLMatchResultTreeList(java.util.List<QLMatchResultTree> qlMatchResultTreeList) |
void |
clear() |
java.util.List<QLMatchResultTree> |
getMatches() |
int |
getMatchLastIndex() |
int |
getMatchSize() |
QLMatchResult |
setMatchLastIndex(int index) |
java.lang.String |
toString() |
public void clear()
public java.util.List<QLMatchResultTree> getMatches()
public QLMatchResult addQLMatchResultTree(QLMatchResultTree tree)
public QLMatchResult addQLMatchResultTreeList(java.util.List<QLMatchResultTree> qlMatchResultTreeList)
public int getMatchSize()
public int getMatchLastIndex()
public QLMatchResult setMatchLastIndex(int index)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012-2024 Alibaba Group. All Rights Reserved.