public static class ContentConfigComponent.KeywordsConfig
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
(专用程序包) int |
max |
(专用程序包) java.lang.String[] |
words |
(专用程序包) java.lang.String[] |
wordWithUrls |
构造器和说明 |
---|
KeywordsConfig() |
限定符和类型 | 方法和说明 |
---|---|
int |
getMax() |
java.lang.String[] |
getWords() |
java.lang.String[] |
getWordWithUrls() |
void |
setMax(int max) |
void |
setWords(java.lang.String[] words) |
void |
setWordWithUrls(java.lang.String[] wordWithUrls) |
public int getMax()
public void setMax(int max)
max
- the max to setpublic java.lang.String[] getWords()
public void setWords(java.lang.String[] words)
words
- the words to setpublic java.lang.String[] getWordWithUrls()
public void setWordWithUrls(java.lang.String[] wordWithUrls)
wordWithUrls
- the wordWithUrls to set