public class TopicResult extends Object implements JSONEnabled
Modifier and Type | Field and Description |
---|---|
String |
query |
boolean |
searchChildTopics |
List<Topic> |
topics |
String |
topicTypeUri |
Constructor and Description |
---|
TopicResult(String query,
String topicTypeUri,
boolean searchChildTopics,
List<Topic> topics) |
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 query
public String topicTypeUri
public boolean searchChildTopics
public org.codehaus.jettison.json.JSONObject toJSON()
toJSON
in interface JSONEnabled
Copyright © 2023. All Rights Reserved.