Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.path.key._case.PathKey
Packages that use PathKey
Package
Description
-
Uses of PathKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type that return PathKeyModifier and TypeMethodDescriptionPathKeyCase.getPathKey()Return pathKey, ornullif it is not present.PathKeyCaseBuilder.getPathKey()Return current value associated with the property corresponding toPathKeyCase.getPathKey().@NonNull PathKeyPathKeyCase.nonnullPathKey()Return pathKey, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type with parameters of type PathKeyModifier and TypeMethodDescriptionPathKeyCaseBuilder.setPathKey(PathKey value) Set the property corresponding toPathKeyCase.getPathKey()to the specified value. -
Uses of PathKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.path.key._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.path.key._case 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.rsvp.rev150820.explicit.route.subobjects.subobject.type.path.key._case 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.rsvp.rev150820.explicit.route.subobjects.subobject.type.path.key._case that return types with arguments of type PathKeyMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.path.key._case with parameters of type PathKeyModifier and TypeMethodDescriptionstatic booleanPathKey.bindingEquals(@NonNull PathKey thisObj, Object obj) Default implementation ofObject.equals(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.rsvp.rev150820.explicit.route.subobjects.subobject.type.path.key._case 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.rsvp.rev150820.explicit.route.subobjects.subobject.type.path.key._case with parameters of type PathKeyModifierConstructorDescriptionPathKeyBuilder(PathKey base) Construct a builder initialized with state from specifiedPathKey.