Class SearchAgent.SearchAgentResponse
java.lang.Object
org.vrspace.server.connect.ollama.SearchAgent.SearchAgentResponse
- Enclosing class:
SearchAgent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintgetSize()inthashCode()booleanvoidvoidvoidsetSize(int size) voidsetSuccess(boolean success) toString()
-
Constructor Details
-
SearchAgentResponse
public SearchAgentResponse()
-
-
Method Details
-
getAnswer
-
getSize
public int getSize() -
getModels
-
isSuccess
public boolean isSuccess() -
setAnswer
-
setSize
public void setSize(int size) -
setModels
-
setSuccess
public void setSuccess(boolean success) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-