类 BaseSearchEngine
java.lang.Object
dev.tinyflow.core.searchengine.BaseSearchEngine
- 所有已实现的接口:
SearchEngine
- 直接已知子类:
BochaaiSearchEngineImpl
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoidvoidsetKeyword(String keyword) voidsetOtherProperties(String otherProperties) voidsetSearchCount(String searchCount) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 dev.tinyflow.core.searchengine.SearchEngine
search
-
字段详细资料
-
apiUrl
-
apiKey
-
keyword
-
searchCount
-
otherProperties
-
-
构造器详细资料
-
BaseSearchEngine
public BaseSearchEngine()
-
-
方法详细资料
-
getApiUrl
-
setApiUrl
-
getApiKey
-
setApiKey
-
getKeyword
-
setKeyword
-
getSearchCount
-
setSearchCount
-
getOtherProperties
-
setOtherProperties
-