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.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.te.lsp.attributes._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.te.lsp.attributes._case that return FlowSpecObjectModifier and TypeMethodDescriptionTeLspAttributesBuilder.getFlowSpecObject()
Return current value associated with the property corresponding toFlowSpecObject.getFlowSpecObject()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.te.lsp.attributes._case with parameters of type FlowSpecObjectModifier and TypeMethodDescriptionTeLspAttributesBuilder.setFlowSpecObject
(FlowSpecObject value) Set the property corresponding toFlowSpecObject.getFlowSpecObject()
to the specified value. -
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, ornull
if it is not present.@NonNull FlowSpecObject
FlowSpecObject.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.yang.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 FlowSpecObject
FlowSpecObjectBuilder.build()
A newFlowSpecObject
instance.static @NonNull FlowSpecObject
FlowSpecObjectBuilder.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 boolean
FlowSpecObject.bindingEquals
(@NonNull FlowSpecObject thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
FlowSpecObject.bindingHashCode
(@NonNull FlowSpecObject obj) Default implementation ofObject.hashCode()
contract for this interface.static String
FlowSpecObject.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.yang.binding.Augmentation<FlowSpecObject> augmentation) Add an augmentation to this builder's product.FlowSpecObjectBuilder.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 FlowSpecObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedFlowSpecObject
.