Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type.path.key._case.PathKey
-
-
Uses of PathKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type that return PathKey Modifier and Type Method Description PathKeyPathKeyCase. getPathKey()Return pathKey, ornullif it is not present.PathKeyPathKeyCaseBuilder. getPathKey()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type with parameters of type PathKey Modifier and Type Method Description PathKeyCaseBuilderPathKeyCaseBuilder. setPathKey(PathKey value) -
Uses of PathKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type.path.key._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type.path.key._case with type parameters of type PathKey Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PathKey>>
E$$PathKeyBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type.path.key._case that return PathKey Modifier and Type Method Description PathKeyPathKeyBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type.path.key._case that return types with arguments of type PathKey Modifier and Type Method Description default Class<PathKey>PathKey. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820._record.route.subobjects.subobject.type.path.key._case with parameters of type PathKey Modifier and Type Method Description static 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._record.route.subobjects.subobject.type.path.key._case with type arguments of type PathKey Modifier and Type Method Description PathKeyBuilderPathKeyBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<PathKey> augmentation)Add an augmentation to this builder's product.PathKeyBuilderPathKeyBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.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._record.route.subobjects.subobject.type.path.key._case with parameters of type PathKey Constructor Description PathKeyBuilder(PathKey base)
-