Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.load.balancing.object.LoadBalancing
Packages that use LoadBalancing
Package
Description
-
Uses of LoadBalancing 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 LoadBalancingModifier and TypeMethodDescriptionLoadBalancingObject.getLoadBalancing()Return loadBalancing, ornullif it is not present.@NonNull LoadBalancingLoadBalancingObject.nonnullLoadBalancing()Return loadBalancing, or an empty instance if it is not present. -
Uses of LoadBalancing in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.load.balancing.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.load.balancing.object with type parameters of type LoadBalancingModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LoadBalancing>>
E$$LoadBalancingBuilder.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.load.balancing.object that return LoadBalancingModifier and TypeMethodDescription@NonNull LoadBalancingLoadBalancingBuilder.build()A newLoadBalancinginstance.static @NonNull LoadBalancingLoadBalancingBuilder.empty()Get empty instance of LoadBalancing.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.load.balancing.object that return types with arguments of type LoadBalancingModifier and TypeMethodDescriptiondefault Class<LoadBalancing> LoadBalancing.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.load.balancing.object with parameters of type LoadBalancingModifier and TypeMethodDescriptionstatic booleanLoadBalancing.bindingEquals(@NonNull LoadBalancing thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)contract for this interface.static intLoadBalancing.bindingHashCode(@NonNull LoadBalancing obj) Default implementation ofObject.hashCode()contract for this interface.static StringLoadBalancing.bindingToString(@NonNull LoadBalancing 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.load.balancing.object with type arguments of type LoadBalancingModifier and TypeMethodDescriptionLoadBalancingBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<LoadBalancing> augmentation) Add an augmentation to this builder's product.LoadBalancingBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LoadBalancing>> 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.load.balancing.object with parameters of type LoadBalancingModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLoadBalancing. -
Uses of LoadBalancing in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation that return LoadBalancingModifier and TypeMethodDescriptionP2mpBuilder.getLoadBalancing()Return current value associated with the property corresponding toLoadBalancingObject.getLoadBalancing().P2pBuilder.getLoadBalancing()Return current value associated with the property corresponding toLoadBalancingObject.getLoadBalancing().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation with parameters of type LoadBalancingModifier and TypeMethodDescriptionP2mpBuilder.setLoadBalancing(LoadBalancing value) Set the property corresponding toLoadBalancingObject.getLoadBalancing()to the specified value.P2pBuilder.setLoadBalancing(LoadBalancing value) Set the property corresponding toLoadBalancingObject.getLoadBalancing()to the specified value.