Class Notification
- java.lang.Object
-
- br.pucrio.tecgraf.soma.logsmonitor.model.Notification
-
public class Notification extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_EVENTstatic StringJSON_PROPERTY_SUBSCRIPTION_IDstatic StringJSON_PROPERTY_TOPIC_TYPE
-
Constructor Summary
Constructors Constructor Description Notification(@NonNull String subscriptionId, @NonNull TopicType topicType, @NonNull TopicEvent topicEvent)
-
-
-
Field Detail
-
JSON_PROPERTY_SUBSCRIPTION_ID
public static final String JSON_PROPERTY_SUBSCRIPTION_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TOPIC_TYPE
public static final String JSON_PROPERTY_TOPIC_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EVENT
public static final String JSON_PROPERTY_EVENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Notification
public Notification(@NonNull @NonNull String subscriptionId, @NonNull @NonNull TopicType topicType, @NonNull @NonNull TopicEvent topicEvent)
-
-