org.jets3t.service.model
Class NotificationConfig
java.lang.Object
org.jets3t.service.model.NotificationConfig
public class NotificationConfig
- extends java.lang.Object
Represents the notification configuraton of a bucket
- Author:
- James Murty
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EVENT_REDUCED_REDUNDANCY_LOST_OBJECT
public static final java.lang.String EVENT_REDUCED_REDUNDANCY_LOST_OBJECT
- See Also:
- Constant Field Values
NotificationConfig
public NotificationConfig(java.util.List<NotificationConfig.TopicConfig> topicConfigs)
NotificationConfig
public NotificationConfig()
getTopicConfigs
public java.util.List<NotificationConfig.TopicConfig> getTopicConfigs()
addTopicConfig
public void addTopicConfig(NotificationConfig.TopicConfig config)
toXml
public java.lang.String toXml()
throws javax.xml.parsers.ParserConfigurationException,
javax.xml.parsers.FactoryConfigurationError,
javax.xml.transform.TransformerException
- Returns:
- An XML representation of the object suitable for use as an input to the REST/HTTP interface.
- Throws:
javax.xml.parsers.FactoryConfigurationError
javax.xml.parsers.ParserConfigurationException
javax.xml.transform.TransformerException