public class TopicDOMNotification extends Object implements DOMNotification
Constructor and Description |
---|
TopicDOMNotification(org.opendaylight.yangtools.yang.data.api.schema.ContainerNode body) |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode |
getBody()
Return the body of this notification.
|
org.opendaylight.yangtools.yang.model.api.SchemaPath |
getType()
Return the type of this notification.
|
String |
toString() |
public TopicDOMNotification(org.opendaylight.yangtools.yang.data.api.schema.ContainerNode body)
public org.opendaylight.yangtools.yang.model.api.SchemaPath getType()
DOMNotification
getType
in interface DOMNotification
public org.opendaylight.yangtools.yang.data.api.schema.ContainerNode getBody()
DOMNotification
getBody
in interface DOMNotification
Copyright © 2019 OpenDaylight. All rights reserved.