public class FoundWord extends Object
FoundWord class.
| 构造器和说明 |
|---|
FoundWord(String word,
Integer index)
Constructor for FoundWord.
|
FoundWord(String word,
String wordAfterHighlight,
Integer index)
Constructor for FoundWord.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getIndex()
Getter for the field
index. |
String |
getWord()
Getter for the field
word. |
String |
getWordAfterHighlight()
Getter for the field
wordAfterHighlight. |
void |
setIndex(Integer index)
Setter for the field
index. |
void |
setWord(String word)
Setter for the field
word. |
void |
setWordAfterHighlight(String wordAfterHighlight)
Setter for the field
wordAfterHighlight. |
Copyright © 2023 dromara. All rights reserved.