public abstract class BaseSearchEngine extends Object implements SearchEngine
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
apiKey |
protected String |
apiUrl |
protected com.agentsflex.core.llm.client.HttpClient |
httpClient |
protected String |
keyword |
protected String |
otherProperties |
protected String |
searchCount |
| 构造器和说明 |
|---|
BaseSearchEngine() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApiKey() |
String |
getApiUrl() |
com.agentsflex.core.llm.client.HttpClient |
getHttpClient() |
String |
getKeyword() |
String |
getOtherProperties() |
String |
getSearchCount() |
void |
setApiKey(String apiKey) |
void |
setApiUrl(String apiUrl) |
void |
setHttpClient(com.agentsflex.core.llm.client.HttpClient httpClient) |
void |
setKeyword(String keyword) |
void |
setOtherProperties(String otherProperties) |
void |
setSearchCount(String searchCount) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsearchprotected String searchCount
protected String otherProperties
protected com.agentsflex.core.llm.client.HttpClient httpClient
public BaseSearchEngine()
public String getKeyword()
public void setKeyword(String keyword)
public String getSearchCount()
public void setSearchCount(String searchCount)
public String getOtherProperties()
public void setOtherProperties(String otherProperties)
public com.agentsflex.core.llm.client.HttpClient getHttpClient()
public void setHttpClient(com.agentsflex.core.llm.client.HttpClient httpClient)
Copyright © 2025. All rights reserved.