public class Button extends APIBean
| Constructor and Description |
|---|
Button()
Default constructor
|
Button(ICapabilitiesButton type,
long timestamp)
Constructor with fields
|
| Modifier and Type | Method and Description |
|---|---|
long |
getTimestamp()
Timestamp Getter
|
ICapabilitiesButton |
getType()
Returns the button type
|
void |
setTimestamp(long timestamp)
Timestamp Setter
|
void |
setType(ICapabilitiesButton type)
Setter for the button type
|
public Button()
public Button(ICapabilitiesButton type, long timestamp)
type - Button type.timestamp - Timestamp of the eventpublic ICapabilitiesButton getType()
public void setType(ICapabilitiesButton type)
type - Button Typepublic long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - Timestamp