Interface EchoRequestMessage
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<EchoRequestMessage>
,org.opendaylight.yangtools.yang.binding.BaseNotification
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,EchoRequest
,org.opendaylight.yangtools.yang.binding.Notification
,OfHeader
public interface EchoRequestMessage extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<EchoRequestMessage>, EchoRequest, org.opendaylight.yangtools.yang.binding.Notification
This class represents the following YANG schema fragment defined in module openflow-protocol
notification echo-request-message { uses echo-request; }
The schema path to identify an instance is openflow-protocol/echo-request-messageTo create instances of this class use
EchoRequestMessageBuilder
.- See Also:
EchoRequestMessageBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QName
QNAME
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<EchoRequestMessage>
implementedInterface()
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.EchoRequest
getData
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.OfHeader
getVersion, getXid
-
-
-
-
Method Detail
-
implementedInterface
default Class<EchoRequestMessage> implementedInterface()
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataContainer
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceEchoRequest
- Specified by:
implementedInterface
in interfaceOfHeader
-
-