Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109.Starttls
Packages that use Starttls
Package
Description
-
Uses of Starttls 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 with type parameters of type StarttlsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Starttls>>
E$$StarttlsBuilder.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.message.rev181109 that return StarttlsModifier and TypeMethodDescription@NonNull Starttls
StarttlsBuilder.build()
A newStarttls
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 that return types with arguments of type StarttlsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 with parameters of type StarttlsModifier and TypeMethodDescriptionstatic boolean
Starttls.bindingEquals
(@NonNull Starttls thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Starttls.bindingHashCode
(@NonNull Starttls obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Starttls.bindingToString
(@NonNull Starttls obj) Default implementation ofObject.toString()
contract for this interface.void
PcepMessageListener.onStarttls
(Starttls notification) Deprecated.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 with type arguments of type StarttlsModifier and TypeMethodDescriptionStarttlsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Starttls> augmentation) Add an augmentation to this builder's product.StarttlsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Starttls>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 with parameters of type StarttlsModifierConstructorDescriptionStarttlsBuilder
(Starttls base) Construct a builder initialized with state from specifiedStarttls
.