Package org.projectlombok.test
Class DataExample
- java.lang.Object
-
- org.projectlombok.test.DataExample
-
public class DataExample extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataExample.Exercise<T>
-
Constructor Summary
Constructors Constructor Description DataExample(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
getAge()
String
getName()
double
getScore()
String[]
getTags()
int
hashCode()
void
setScore(double score)
void
setTags(String[] tags)
String
toString()
-
-
-
Constructor Detail
-
DataExample
public DataExample(String name)
-
-