Package io.github.astrapi69.test.object
Class AlgorithmModel
java.lang.Object
io.github.astrapi69.test.object.AlgorithmModel
- All Implemented Interfaces:
Cloneable
The class
AlgorithmModel
is a class intended for use in unit tests.-
Constructor Details
-
AlgorithmModel
public AlgorithmModel() -
AlgorithmModel
public AlgorithmModel(int a, int b)
-
-
Method Details
-
builder
-
canEqual
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
equals
-
getA
public int getA() -
setA
-
getB
public int getB() -
setB
-
hashCode
public int hashCode() -
toBuilder
-
toString
-