Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.PcepSessionConfig
Packages that use PcepSessionConfig
Package
Description
-
Uses of PcepSessionConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 with type parameters of type PcepSessionConfigModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionConfig>>
E$$PcepSessionConfigBuilder.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.controller.pcep.app.config.rev160707 that return PcepSessionConfigModifier and TypeMethodDescription@NonNull PcepSessionConfigPcepSessionConfigBuilder.build()A newPcepSessionConfiginstance.PcepAppConfigData.getPcepSessionConfig()Return pcepSessionConfig, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 that return types with arguments of type PcepSessionConfigModifier and TypeMethodDescriptiondefault Class<PcepSessionConfig>PcepSessionConfig.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 with parameters of type PcepSessionConfigModifier and TypeMethodDescriptionstatic booleanPcepSessionConfig.bindingEquals(@NonNull PcepSessionConfig thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPcepSessionConfig.bindingHashCode(@NonNull PcepSessionConfig obj) Default implementation ofObject.hashCode()contract for this interface.static StringPcepSessionConfig.bindingToString(@NonNull PcepSessionConfig obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 with type arguments of type PcepSessionConfigModifier and TypeMethodDescriptionPcepSessionConfigBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionConfig> augmentation) Add an augmentation to this builder's product.PcepSessionConfigBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionConfig>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 with parameters of type PcepSessionConfigModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPcepSessionConfig.