Class AtlasSearchResult
java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasSearchResult
AtlasSearchResult describes the response structure for an Atlas search request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getType()
void
setApproximateCount
(long approximateCount) void
setAttributes
(AtlasAttributeSearchResult attributes) void
setClassification
(String classification) void
setEntities
(List<AtlasEntityHeader> entities) void
setFullTextResult
(List<AtlasFullTextResult> fullTextResult) void
setNextMarker
(String nextMarker) void
setQueryText
(String queryText) void
setQueryType
(AtlasQueryType queryType) void
setReferredEntities
(Map<String, AtlasEntityHeader> referredEntities) void
setRelations
(List<AtlasRelationshipHeader> relations) void
setSearchParameters
(AtlasSearchParameters searchParameters) void
toString()
-
Constructor Details
-
AtlasSearchResult
public AtlasSearchResult()
-
-
Method Details
-
getQueryType
-
setQueryType
-
getSearchParameters
-
setSearchParameters
-
getQueryText
-
setQueryText
-
getType
-
setType
-
getClassification
-
setClassification
-
getEntities
-
setEntities
-
getRelations
-
setRelations
-
getAttributes
-
setAttributes
-
getFullTextResult
-
setFullTextResult
-
getReferredEntities
-
setReferredEntities
-
getApproximateCount
public long getApproximateCount() -
setApproximateCount
public void setApproximateCount(long approximateCount) -
getNextMarker
-
setNextMarker
-
toString
-