org.jets3t.service.model
Class NotificationConfig.TopicConfig

java.lang.Object
  extended by org.jets3t.service.model.NotificationConfig.TopicConfig
Enclosing class:
NotificationConfig

public class NotificationConfig.TopicConfig
extends java.lang.Object


Field Summary
protected  java.lang.String event
           
protected  java.lang.String topic
           
 
Constructor Summary
NotificationConfig.TopicConfig(java.lang.String topic, java.lang.String event)
           
 
Method Summary
 java.lang.String getEvent()
           
 java.lang.String getTopic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topic

protected java.lang.String topic

event

protected java.lang.String event
Constructor Detail

NotificationConfig.TopicConfig

public NotificationConfig.TopicConfig(java.lang.String topic,
                                      java.lang.String event)
Method Detail

getTopic

public java.lang.String getTopic()

getEvent

public java.lang.String getEvent()