Interface KeepaliveMessage
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,Message
- All Known Subinterfaces:
Keepalive
@Generated("mdsal-binding-generator") public interface KeepaliveMessage extends org.opendaylight.yangtools.yang.binding.DataObject, Message
This class represents the following YANG schema fragment defined in module pcep-types
grouping keepalive-message { uses message; container keepalive-message { uses message-header; } }
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAMEYANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeepaliveMessagegetKeepaliveMessage()Return keepaliveMessage, ornullif it is not present.Class<? extends KeepaliveMessage>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends KeepaliveMessage> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceMessage
-
getKeepaliveMessage
KeepaliveMessage getKeepaliveMessage()
Return keepaliveMessage, ornullif it is not present.Keepalive Message- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.keepalive.message.KeepaliveMessagekeepaliveMessage, ornullif it is not present.
-
-