public class Macro extends Object
Modifier and Type | Field and Description |
---|---|
static int |
IMAGE |
static int |
TEXT |
static int |
URL |
Constructor and Description |
---|
Macro() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getResponse() |
String |
getTitle() |
int |
getType() |
void |
setDescription(String description) |
void |
setResponse(String response) |
void |
setTitle(String title) |
void |
setType(int type) |
public static final int TEXT
public static final int URL
public static final int IMAGE
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public String getResponse()
public void setResponse(String response)
public int getType()
public void setType(int type)
Copyright © 2017. All rights reserved.