Class TopicDOMNotification

  • All Implemented Interfaces:
    org.opendaylight.mdsal.dom.api.DOMNotification

    @Deprecated(forRemoval=true)
    public class TopicDOMNotification
    extends Object
    implements org.opendaylight.mdsal.dom.api.DOMNotification
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Constructor Summary

      Constructors 
      Constructor Description
      TopicDOMNotification​(org.opendaylight.yangtools.yang.data.api.schema.ContainerNode body)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Detail

      • TopicDOMNotification

        public TopicDOMNotification​(org.opendaylight.yangtools.yang.data.api.schema.ContainerNode body)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getType

        public org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute getType()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getType in interface org.opendaylight.mdsal.dom.api.DOMNotification
      • getBody

        public org.opendaylight.yangtools.yang.data.api.schema.ContainerNode getBody()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getBody in interface org.opendaylight.mdsal.dom.api.DOMNotification
      • toString

        public String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        toString in class Object