public class FaceAge extends GenericModel
Constructor and Description |
---|
FaceAge() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getMax()
Gets the max.
|
java.lang.Long |
getMin()
Gets the min.
|
java.lang.Float |
getScore()
Gets the score.
|
void |
setMax(long max)
Sets the max.
|
void |
setMin(long min)
Sets the min.
|
void |
setScore(java.lang.Float score)
Sets the score.
|
equals, hashCode, toString
public java.lang.Long getMin()
public java.lang.Long getMax()
public java.lang.Float getScore()
public void setMin(long min)
min
- the new minpublic void setMax(long max)
max
- the new maxpublic void setScore(java.lang.Float score)
score
- the new score