Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.key.object.PathKey
Packages that use PathKey
Package
Description
-
Uses of PathKey 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 PathKeyModifier and TypeMethodDescriptionPathKeyObject.getPathKey()Return pathKey, ornullif it is not present.@NonNull PathKeyPathKeyObject.nonnullPathKey()Return pathKey, or an empty instance if it is not present. -
Uses of PathKey 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 with type parameters of type PathKeyModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PathKey>>
E$$PathKeyBuilder.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 that return PathKeyModifier and TypeMethodDescription@NonNull PathKeyPathKeyBuilder.build()A newPathKeyinstance.static @NonNull PathKeyPathKeyBuilder.empty()Get empty instance of PathKey.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 PathKeyMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.key.object with parameters of type PathKeyModifier and TypeMethodDescriptionstatic booleanPathKey.bindingEquals(@NonNull PathKey thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)contract for this interface.static intPathKey.bindingHashCode(@NonNull PathKey obj) Default implementation ofObject.hashCode()contract for this interface.static StringPathKey.bindingToString(@NonNull PathKey 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 with type arguments of type PathKeyModifier and TypeMethodDescriptionPathKeyBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<PathKey> augmentation) Add an augmentation to this builder's product.PathKeyBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PathKey>> 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 with parameters of type PathKeyModifierConstructorDescriptionPathKeyBuilder(PathKey base) Construct a builder initialized with state from specifiedPathKey. -
Uses of PathKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests that return PathKeyModifier and TypeMethodDescriptionPathKeyExpansionBuilder.getPathKey()Return current value associated with the property corresponding toPathKeyObject.getPathKey().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests with parameters of type PathKeyModifier and TypeMethodDescriptionPathKeyExpansionBuilder.setPathKey(PathKey value) Set the property corresponding toPathKeyObject.getPathKey()to the specified value.