Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.SessionConfig
Packages that use SessionConfig
Package
Description
-
Uses of SessionConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112 that return SessionConfigModifier and TypeMethodDescriptionPcepConfig.getSessionConfig()
Return sessionConfig, ornull
if it is not present.@NonNull SessionConfig
PcepConfig.nonnullSessionConfig()
Return sessionConfig, or an empty instance if it is not present. -
Uses of SessionConfig 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 with type parameters of type SessionConfigModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SessionConfig>>
E$$SessionConfigBuilder.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 that return SessionConfigModifier and TypeMethodDescription@NonNull SessionConfig
SessionConfigBuilder.build()
A newSessionConfig
instance.static @NonNull SessionConfig
SessionConfigBuilder.empty()
Get empty instance of SessionConfig.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config that return types with arguments of type SessionConfigModifier and TypeMethodDescriptiondefault Class<SessionConfig>
SessionConfig.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config with parameters of type SessionConfigModifier and TypeMethodDescriptionstatic boolean
SessionConfig.bindingEquals
(@NonNull SessionConfig thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SessionConfig.bindingHashCode
(@NonNull SessionConfig obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SessionConfig.bindingToString
(@NonNull SessionConfig 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 with type arguments of type SessionConfigModifier and TypeMethodDescriptionSessionConfigBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<SessionConfig> augmentation) Add an augmentation to this builder's product.SessionConfigBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SessionConfig>> 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 with parameters of type SessionConfigModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSessionConfig
. -
Uses of SessionConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.network.topology.topology.topology.types
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.network.topology.topology.topology.types that return SessionConfigModifier and TypeMethodDescriptionTopologyPcepBuilder.getSessionConfig()
Return current value associated with the property corresponding toPcepConfig.getSessionConfig()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.network.topology.topology.topology.types with parameters of type SessionConfigModifier and TypeMethodDescriptionTopologyPcepBuilder.setSessionConfig
(SessionConfig value) Set the property corresponding toPcepConfig.getSessionConfig()
to the specified value.