public class ClassResult extends GenericModel
Constructor and Description |
---|
ClassResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Gets the className.
|
java.lang.Float |
getScore()
Gets the score.
|
java.lang.String |
getTypeHierarchy()
Gets the typeHierarchy.
|
void |
setClassName(java.lang.String className)
Sets the className.
|
void |
setScore(java.lang.Float score)
Sets the score.
|
void |
setTypeHierarchy(java.lang.String typeHierarchy)
Sets the typeHierarchy.
|
equals, hashCode, toString
public java.lang.String getClassName()
public java.lang.Float getScore()
public java.lang.String getTypeHierarchy()
public void setClassName(java.lang.String className)
className
- the new classNamepublic void setScore(java.lang.Float score)
score
- the new scorepublic void setTypeHierarchy(java.lang.String typeHierarchy)
typeHierarchy
- the new typeHierarchy