Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.flow.spec.object.FlowSpecObject
Packages that use FlowSpecObject
Package
Description
-
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 FlowSpecObjectModifier and TypeMethodDescriptionFlowSpecObject.getFlowSpecObject()Return flowSpecObject, ornullif it is not present.@NonNull FlowSpecObjectFlowSpecObject.nonnullFlowSpecObject()Return flowSpecObject, or an empty instance if 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 FlowSpecObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<FlowSpecObject>>
E$$FlowSpecObjectBuilder.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.flow.spec.object that return FlowSpecObjectModifier and TypeMethodDescription@NonNull FlowSpecObjectFlowSpecObjectBuilder.build()A newFlowSpecObjectinstance.static @NonNull FlowSpecObjectFlowSpecObjectBuilder.empty()Get empty instance of FlowSpecObject.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 FlowSpecObjectModifier and TypeMethodDescriptiondefault 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 FlowSpecObjectModifier and TypeMethodDescriptionstatic 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 FlowSpecObjectModifier and TypeMethodDescriptionFlowSpecObjectBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<FlowSpecObject> augmentation) Add an augmentation to this builder's product.FlowSpecObjectBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.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 FlowSpecObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedFlowSpecObject.