public static class ContentItemResource.EntitySuggestion extends Object implements Comparable<ContentItemResource.EntitySuggestion>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
confidence |
protected Map<org.apache.clerezza.rdf.core.UriRef,String> |
defaultThumbnails |
protected org.apache.clerezza.rdf.core.TripleCollection |
entityProperties |
protected String |
label |
protected org.apache.clerezza.rdf.core.UriRef |
type |
protected org.apache.clerezza.rdf.core.UriRef |
uri |
| Constructor and Description |
|---|
ContentItemResource.EntitySuggestion(org.apache.clerezza.rdf.core.UriRef uri,
org.apache.clerezza.rdf.core.UriRef type,
String label,
Double confidence,
org.apache.clerezza.rdf.core.TripleCollection entityProperties,
Map<org.apache.clerezza.rdf.core.UriRef,String> defaultThumbnails) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ContentItemResource.EntitySuggestion o) |
boolean |
equals(Object obj) |
Double |
getConfidence() |
String |
getLabel() |
String |
getMissingThumbnailSrc() |
String |
getSummary() |
String |
getThumbnailSrc() |
String |
getUri() |
int |
hashCode() |
protected final org.apache.clerezza.rdf.core.UriRef uri
protected final org.apache.clerezza.rdf.core.UriRef type
protected final String label
protected final Double confidence
protected org.apache.clerezza.rdf.core.TripleCollection entityProperties
public ContentItemResource.EntitySuggestion(org.apache.clerezza.rdf.core.UriRef uri,
org.apache.clerezza.rdf.core.UriRef type,
String label,
Double confidence,
org.apache.clerezza.rdf.core.TripleCollection entityProperties,
Map<org.apache.clerezza.rdf.core.UriRef,String> defaultThumbnails)
public int compareTo(ContentItemResource.EntitySuggestion o)
compareTo in interface Comparable<ContentItemResource.EntitySuggestion>public String getUri()
public Double getConfidence()
public String getLabel()
public String getThumbnailSrc()
public String getMissingThumbnailSrc()
public String getSummary()
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.