public class RobotMenuInfo extends Content
| Modifier and Type | Class and Description |
|---|---|
class |
RobotMenuInfo.Item |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
static java.lang.String |
PARENT_NAME |
| Constructor and Description |
|---|
RobotMenuInfo() |
RobotMenuInfo(org.json.JSONObject jsonObj) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<RobotMenuInfo.Item> |
getItems() |
java.util.Collection<java.lang.String> |
getList() |
java.lang.String |
getName() |
java.lang.String |
getParentName() |
java.lang.String |
getTitle() |
getContent, getString, setStringpublic static final java.lang.String PARENT_NAME
public static final java.lang.String NAME
public RobotMenuInfo()
public RobotMenuInfo(org.json.JSONObject jsonObj)
public java.lang.String getParentName()
getParentName in class Contentpublic java.lang.String getTitle()
public java.util.Collection<RobotMenuInfo.Item> getItems()
public java.util.Collection<java.lang.String> getList()