public class QueryResult extends Object implements JSONEnabled
Modifier and Type | Field and Description |
---|---|
String |
assocQuery |
String |
assocTypeUri |
List<? extends DMXObject> |
objects |
boolean |
searchAssocChildren |
boolean |
searchTopicChildren |
String |
topicQuery |
String |
topicTypeUri |
Constructor and Description |
---|
QueryResult(String topicQuery,
String topicTypeUri,
boolean searchTopicChildren,
String assocQuery,
String assocTypeUri,
boolean searchAssocChildren,
List<? extends DMXObject> objects) |
Modifier and Type | Method and Description |
---|---|
org.codehaus.jettison.json.JSONObject |
toJSON() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dump
public String topicQuery
public String assocQuery
public String topicTypeUri
public String assocTypeUri
public boolean searchTopicChildren
public boolean searchAssocChildren
public org.codehaus.jettison.json.JSONObject toJSON()
toJSON
in interface JSONEnabled
Copyright © 2023. All Rights Reserved.