Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.session.config.Tls
Packages that use Tls
Package
Description
-
Uses of Tls in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config that return TlsModifier and TypeMethodDescriptionSessionConfig.getTls()Return tls, ornullif it is not present.SessionConfigBuilder.getTls()Return current value associated with the property corresponding toSessionConfig.getTls().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config with parameters of type TlsModifier and TypeMethodDescriptionSet the property corresponding toSessionConfig.getTls()to the specified value. -
Uses of Tls in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.session.config
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.session.config with type parameters of type TlsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Tls>>
E$$TlsBuilder.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.config.rev230112.pcep.config.session.config that return TlsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.session.config that return types with arguments of type TlsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.session.config with parameters of type TlsModifier and TypeMethodDescriptionstatic booleanTls.bindingEquals(@NonNull Tls thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intTls.bindingHashCode(@NonNull Tls obj) Default implementation ofObject.hashCode()contract for this interface.static StringTls.bindingToString(@NonNull Tls obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.session.config with type arguments of type TlsModifier and TypeMethodDescriptionTlsBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Tls> augmentation) Add an augmentation to this builder's product.TlsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Tls>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.session.config with parameters of type TlsModifierConstructorDescriptionTlsBuilder(Tls base) Construct a builder initialized with state from specifiedTls.