Class Test.FunctionParameters
java.lang.Object
rocks.imsofa.ai.puppychatter.ollama.Test.FunctionParameters
- Enclosing class:
Test
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FunctionParameters
public FunctionParameters(int a, int b)
-
-
Method Details
-
getA
public int getA() -
setA
public void setA(int a) -
getB
public int getB() -
setB
public void setB(int b)
-