public class Relation
extends com.ibm.watson.developer_cloud.service.model.DynamicModel
Constructor and Description |
---|
Relation() |
Modifier and Type | Method and Description |
---|---|
java.util.List<RelationNode> |
getNodes()
Gets the node.
|
java.lang.Double |
getScore()
Gets the score.
|
java.lang.String |
getSource()
Gets the source.
|
java.lang.String |
getType()
Gets the type.
|
equals, hashCode, toString
public java.lang.String getType()
public java.lang.String getSource()
public java.lang.Double getScore()
public java.util.List<RelationNode> getNodes()
Copyright © 2021 IBM Cloud. All rights reserved.