Interface KeepaliveMessage
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
,Message
- All Known Subinterfaces:
Keepalive
@Generated("mdsal-binding-generator")
public interface KeepaliveMessage
extends org.opendaylight.yangtools.binding.Grouping, 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; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn keepaliveMessage, ornull
if it is not present.@NonNull KeepaliveMessage
Return keepaliveMessage, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getKeepaliveMessage
KeepaliveMessage getKeepaliveMessage()Return keepaliveMessage, ornull
if it is not present.Keepalive Message
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.keepalive.message.KeepaliveMessage
keepaliveMessage, ornull
if it is not present.
-
nonnullKeepaliveMessage
@NonNull KeepaliveMessage nonnullKeepaliveMessage()Return keepaliveMessage, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.keepalive.message.KeepaliveMessage
keepaliveMessage, or an empty instance if it is not present.
-