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
-
-
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 PathKey Modifier and Type Method Description PathKeyPathKeyCase. getPathKey()Return pathKey, ornullif it is not present.PathKeyPathKeyCaseBuilder. getPathKey()Return current value associated with the property corresponding toPathKeyCase.getPathKey().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type with parameters of type PathKey Modifier and Type Method Description PathKeyCaseBuilderPathKeyCaseBuilder. 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 PathKey Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.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 PathKey Modifier and Type Method Description @NonNull PathKeyPathKeyBuilder. build()A newPathKeyinstance.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 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.explicit.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.explicit.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.explicit.route.subobjects.subobject.type.path.key._case with parameters of type PathKey Constructor Description PathKeyBuilder(PathKey base)Construct a builder initialized with state from specifiedPathKey.
-