public final class Notification extends Object
| Modifier and Type | Method and Description |
|---|---|
static NotificationBuilder |
builder()
Static method factory for NotificationBuilder
|
static NotificationBuilder |
builder(UUID uuid)
Static method factory for NotificationBuilder
|
String |
getContent() |
Date |
getCreationDate() |
String |
getSender() |
String |
getTargetUrl() |
String |
getTitle() |
int |
getTTLInSeconds() |
String |
getType() |
UUID |
getUuid() |
public static NotificationBuilder builder()
public static NotificationBuilder builder(UUID uuid)
uuid - Notification uuidpublic UUID getUuid()
public String getSender()
public String getType()
public String getTitle()
public String getContent()
public int getTTLInSeconds()
public Date getCreationDate()
public String getTargetUrl()
Copyright © 2017. All Rights Reserved.