Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.keepalive.message.KeepaliveMessage
Packages that use KeepaliveMessage
Package
Description
-
Uses of KeepaliveMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 that return KeepaliveMessageModifier and TypeMethodDescriptionKeepaliveBuilder.getKeepaliveMessage()
Return current value associated with the property corresponding toKeepaliveMessage.getKeepaliveMessage()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 with parameters of type KeepaliveMessageModifier and TypeMethodDescriptionKeepaliveBuilder.setKeepaliveMessage
(KeepaliveMessage value) Set the property corresponding toKeepaliveMessage.getKeepaliveMessage()
to the specified value. -
Uses of KeepaliveMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return KeepaliveMessageModifier and TypeMethodDescriptionKeepaliveMessage.getKeepaliveMessage()
Return keepaliveMessage, ornull
if it is not present.@NonNull KeepaliveMessage
KeepaliveMessage.nonnullKeepaliveMessage()
Return keepaliveMessage, or an empty instance if it is not present. -
Uses of KeepaliveMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.keepalive.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.keepalive.message with type parameters of type KeepaliveMessageModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<KeepaliveMessage>>
E$$KeepaliveMessageBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.keepalive.message that return KeepaliveMessageModifier and TypeMethodDescription@NonNull KeepaliveMessage
KeepaliveMessageBuilder.build()
A newKeepaliveMessage
instance.static @NonNull KeepaliveMessage
KeepaliveMessageBuilder.empty()
Get empty instance of KeepaliveMessage.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.keepalive.message that return types with arguments of type KeepaliveMessageModifier and TypeMethodDescriptiondefault Class<KeepaliveMessage>
KeepaliveMessage.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.keepalive.message with parameters of type KeepaliveMessageModifier and TypeMethodDescriptionstatic boolean
KeepaliveMessage.bindingEquals
(@NonNull KeepaliveMessage thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
KeepaliveMessage.bindingHashCode
(@NonNull KeepaliveMessage obj) Default implementation ofObject.hashCode()
contract for this interface.static String
KeepaliveMessage.bindingToString
(@NonNull KeepaliveMessage obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.keepalive.message with type arguments of type KeepaliveMessageModifier and TypeMethodDescriptionKeepaliveMessageBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<KeepaliveMessage> augmentation) Add an augmentation to this builder's product.KeepaliveMessageBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<KeepaliveMessage>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.keepalive.message with parameters of type KeepaliveMessageModifierConstructorDescriptionConstruct a builder initialized with state from specifiedKeepaliveMessage
.