public class ClassResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Float |
score |
protected java.lang.String |
typeHierarchy |
protected java.lang.String |
xClass |
| Constructor and Description |
|---|
ClassResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
getScore()
Gets the score.
|
java.lang.String |
getTypeHierarchy()
Gets the typeHierarchy.
|
java.lang.String |
getXClass()
Gets the xClass.
|
@SerializedName(value="class") protected java.lang.String xClass
protected java.lang.Float score
@SerializedName(value="type_hierarchy") protected java.lang.String typeHierarchy
public java.lang.String getXClass()
public java.lang.Float getScore()
public java.lang.String getTypeHierarchy()