public class RelationsResult extends GenericModel
Constructor and Description |
---|
RelationsResult() |
Modifier and Type | Method and Description |
---|---|
java.util.List<RelationArgument> |
getArguments()
Gets the arguments.
|
java.lang.Double |
getScore()
Gets the score.
|
java.lang.String |
getSentence()
Gets the sentence.
|
java.lang.String |
getType()
Gets the type.
|
void |
setArguments(java.util.List<RelationArgument> arguments)
Sets the arguments.
|
void |
setScore(java.lang.Double score)
Sets the score.
|
void |
setSentence(java.lang.String sentence)
Sets the sentence.
|
void |
setType(java.lang.String type)
Sets the type.
|
equals, hashCode, toString
public java.lang.Double getScore()
public java.lang.String getSentence()
public java.lang.String getType()
public java.util.List<RelationArgument> getArguments()
public void setScore(java.lang.Double score)
score
- the new scorepublic void setSentence(java.lang.String sentence)
sentence
- the new sentencepublic void setType(java.lang.String type)
type
- the new typepublic void setArguments(java.util.List<RelationArgument> arguments)
arguments
- the new arguments