类 TopicConfiguration


public class TopicConfiguration extends AbstractNotification
Event notification configuration
  • 字段详细资料

    • topic

      private String topic
  • 构造器详细资料

    • TopicConfiguration

      public TopicConfiguration()
    • TopicConfiguration

      public TopicConfiguration(String id, AbstractNotification.Filter filter, String topic, List<EventTypeEnum> events)
      Constructor
      参数:
      id - Event notification configuration ID
      filter - Filtering rule group
      topic - URN of the event notification topic
      events - List of the event types that require the release of notification messages
  • 方法详细资料

    • getTopic

      public String getTopic()
      Obtain the URN of the event notification topic.
      返回:
      URN of the event notification topic
    • setTopic

      public void setTopic(String topic)
      Set the URN of the event notification topic.
      参数:
      topic - URN of the event notification topic
    • toString

      public String toString()
      覆盖:
      toString 在类中 HeaderResponse