public class RuntimeEntity extends DynamicModel
Constructor and Description |
---|
RuntimeEntity() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getConfidence()
Gets the confidence.
|
java.lang.String |
getEntity()
Gets the entity.
|
java.util.List<CaptureGroup> |
getGroups()
Gets the groups.
|
java.util.List<java.lang.Long> |
getLocation()
Gets the location.
|
java.util.Map |
getMetadata()
Gets the metadata.
|
java.lang.String |
getValue()
Gets the value.
|
void |
setConfidence(java.lang.Double confidence)
Sets the confidence.
|
void |
setEntity(java.lang.String entity)
Sets the entity.
|
void |
setGroups(java.util.List<CaptureGroup> groups)
Sets the groups.
|
void |
setLocation(java.util.List<java.lang.Long> location)
Sets the location.
|
void |
setMetadata(java.util.Map metadata)
Sets the metadata.
|
void |
setValue(java.lang.String value)
Sets the value.
|
equals, hashCode, toString
public java.lang.String getEntity()
public java.util.List<java.lang.Long> getLocation()
public java.lang.String getValue()
public java.lang.Double getConfidence()
public java.util.Map getMetadata()
public java.util.List<CaptureGroup> getGroups()
public void setEntity(java.lang.String entity)
entity
- the new entitypublic void setLocation(java.util.List<java.lang.Long> location)
location
- the new locationpublic void setValue(java.lang.String value)
value
- the new valuepublic void setConfidence(java.lang.Double confidence)
confidence
- the new confidencepublic void setMetadata(java.util.Map metadata)
metadata
- the new metadatapublic void setGroups(java.util.List<CaptureGroup> groups)
groups
- the new groups