public class Notification extends Object
| Constructor and Description |
|---|
Notification(String subscriptionId,
String resource,
String resourceId,
ResourceType resourceType,
ActionType actionType) |
Notification(String subscriptionId,
String message,
String topic,
String isId) |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
getActionType() |
Date |
getDate() |
String |
getIsId() |
String |
getMessage() |
String |
getResource() |
String |
getResourceId() |
ResourceType |
getResourceType() |
String |
getSubscriptionId() |
String |
getTopic() |
public Notification(String subscriptionId, String message, String topic, String isId) throws Exception
Exceptionpublic Notification(String subscriptionId, String resource, String resourceId, ResourceType resourceType, ActionType actionType)
public String getSubscriptionId()
public String getMessage()
public String getTopic()
public String getIsId()
public Date getDate()
public ActionType getActionType()
public ResourceType getResourceType()
public String getResource()
public String getResourceId()
Copyright © 2017. All rights reserved.