Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.key.object.path.key.PathKeys
Packages that use PathKeys
Package
Description
-
Uses of PathKeys in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.key.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.key.object that return types with arguments of type PathKeysModifier and TypeMethodDescriptionPathKey.getPathKeys()Return pathKeys, ornullif it is not present.PathKeyBuilder.getPathKeys()Return current value associated with the property corresponding toPathKey.getPathKeys().PathKey.nonnullPathKeys()Return pathKeys, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.key.object with type arguments of type PathKeysModifier and TypeMethodDescriptionPathKeyBuilder.setPathKeys(List<PathKeys> values) Set the property corresponding toPathKey.getPathKeys()to the specified value. -
Uses of PathKeys in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.key.object.path.key
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.key.object.path.key with type parameters of type PathKeysModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PathKeys>>
E$$PathKeysBuilder.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.path.key.object.path.key that return PathKeysModifier and TypeMethodDescription@NonNull PathKeysPathKeysBuilder.build()A newPathKeysinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.key.object.path.key that return types with arguments of type PathKeysMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.key.object.path.key with parameters of type PathKeysModifier and TypeMethodDescriptionstatic booleanPathKeys.bindingEquals(@NonNull PathKeys thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPathKeys.bindingHashCode(@NonNull PathKeys obj) Default implementation ofObject.hashCode()contract for this interface.static StringPathKeys.bindingToString(@NonNull PathKeys 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.path.key.object.path.key with type arguments of type PathKeysModifier and TypeMethodDescriptionPathKeysBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<PathKeys> augmentation) Add an augmentation to this builder's product.PathKeysBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PathKeys>> 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.path.key.object.path.key with parameters of type PathKeysModifierConstructorDescriptionPathKeysBuilder(PathKeys base) Construct a builder initialized with state from specifiedPathKeys.