Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.start.tls.message.StartTlsMessage
Package
Description
-
Uses of StartTlsMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109
Modifier and TypeMethodDescriptionStarttlsBuilder.getStartTlsMessage()
Return current value associated with the property corresponding toStartTlsMessage.getStartTlsMessage()
.Modifier and TypeMethodDescriptionStarttlsBuilder.setStartTlsMessage
(StartTlsMessage value) Set the property corresponding toStartTlsMessage.getStartTlsMessage()
to the specified value. -
Uses of StartTlsMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Modifier and TypeMethodDescriptionStartTlsMessage.getStartTlsMessage()
Return startTlsMessage, ornull
if it is not present.@NonNull StartTlsMessage
StartTlsMessage.nonnullStartTlsMessage()
Return startTlsMessage, or an empty instance if it is not present. -
Uses of StartTlsMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.start.tls.message
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<StartTlsMessage>>
E$$StartTlsMessageBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull StartTlsMessage
StartTlsMessageBuilder.build()
A newStartTlsMessage
instance.static @NonNull StartTlsMessage
StartTlsMessageBuilder.empty()
Get empty instance of StartTlsMessage.Modifier and TypeMethodDescriptiondefault Class
<StartTlsMessage> StartTlsMessage.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
StartTlsMessage.bindingEquals
(@NonNull StartTlsMessage thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
StartTlsMessage.bindingHashCode
(@NonNull StartTlsMessage obj) Default implementation ofObject.hashCode()
contract for this interface.static String
StartTlsMessage.bindingToString
(@NonNull StartTlsMessage obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionStartTlsMessageBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<StartTlsMessage> augmentation) Add an augmentation to this builder's product.StartTlsMessageBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<StartTlsMessage>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedStartTlsMessage
.