public class Notification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Notification.NotificationsResponse
Helper type to match actual response from figo API
|
| Constructor and Description |
|---|
Notification() |
Notification(String observe_key,
String notify_uri,
String state) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNotificationId() |
String |
getNotifyURI() |
String |
getObserveKey() |
String |
getState() |
void |
setNotifyURI(String uri) |
void |
setObserveKey(String key) |
void |
setState(String state) |
public String getNotificationId()
public String getObserveKey()
public void setObserveKey(String key)
key - the notification key to setpublic String getNotifyURI()
public void setNotifyURI(String uri)
uri - the notified URI to setpublic String getState()
public void setState(String state)
state - the state to setCopyright © 2018 figo GmbH. All rights reserved.