Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.start.tls.message.StartTlsMessage
Packages that use StartTlsMessage
Package
Description
-
Uses of StartTlsMessage 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 StartTlsMessageModifier and TypeMethodDescriptionStarttlsBuilder.getStartTlsMessage()
Return current value associated with the property corresponding toStartTlsMessage.getStartTlsMessage()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 with parameters of type StartTlsMessageModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return StartTlsMessageModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.start.tls.message with type parameters of type StartTlsMessageModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.start.tls.message that return StartTlsMessageModifier and TypeMethodDescription@NonNull StartTlsMessage
StartTlsMessageBuilder.build()
A newStartTlsMessage
instance.static @NonNull StartTlsMessage
StartTlsMessageBuilder.empty()
Get empty instance of StartTlsMessage.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.start.tls.message that return types with arguments of type StartTlsMessageModifier and TypeMethodDescriptiondefault Class
<StartTlsMessage> StartTlsMessage.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.start.tls.message with parameters of type StartTlsMessageModifier 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.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.start.tls.message with type arguments of type StartTlsMessageModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.start.tls.message with parameters of type StartTlsMessageModifierConstructorDescriptionConstruct a builder initialized with state from specifiedStartTlsMessage
.