Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object.TspecObject
-
-
Uses of TspecObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820 that return TspecObject Modifier and Type Method Description TspecObjectTspecObject. getTspecObject()Return tspecObject, ornullif it is not present. -
Uses of TspecObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.flow.spec.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.flow.spec.object that return TspecObject Modifier and Type Method Description TspecObjectFlowSpecObjectBuilder. getTspecObject()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.flow.spec.object with parameters of type TspecObject Modifier and Type Method Description FlowSpecObjectBuilderFlowSpecObjectBuilder. setTspecObject(TspecObject value) -
Uses of TspecObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object with type parameters of type TspecObject Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TspecObject>>
E$$TspecObjectBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object that return TspecObject Modifier and Type Method Description TspecObjectTspecObjectBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object that return types with arguments of type TspecObject Modifier and Type Method Description default Class<TspecObject>TspecObject. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object with parameters of type TspecObject Modifier and Type Method Description static booleanTspecObject. bindingEquals(@NonNull TspecObject thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intTspecObject. bindingHashCode(@NonNull TspecObject obj)Default implementation ofObject.hashCode()contract for this interface.static StringTspecObject. bindingToString(@NonNull TspecObject 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.tspec.object with type arguments of type TspecObject Modifier and Type Method Description TspecObjectBuilderTspecObjectBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<TspecObject> augmentation)Add an augmentation to this builder's product.TspecObjectBuilderTspecObjectBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TspecObject>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object with parameters of type TspecObject Constructor Description TspecObjectBuilder(TspecObject base)
-