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