Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object.TspecObject
Packages that use TspecObject
Package
Description
-
Uses of TspecObject 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 TspecObjectModifier and TypeMethodDescriptionTeLspAttributesBuilder.getTspecObject()
Return current value associated with the property corresponding toTspecObject.getTspecObject()
.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 TspecObjectModifier and TypeMethodDescriptionTeLspAttributesBuilder.setTspecObject
(TspecObject value) Set the property corresponding toTspecObject.getTspecObject()
to the specified value. -
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 TspecObjectModifier and TypeMethodDescriptionTspecObject.getTspecObject()
Return tspecObject, ornull
if it is not present.@NonNull TspecObject
TspecObject.nonnullTspecObject()
Return tspecObject, or an empty instance if 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 TspecObjectModifier and TypeMethodDescriptionFlowSpecObjectBuilder.getTspecObject()
Return current value associated with the property corresponding toTspecObject.getTspecObject()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.flow.spec.object with parameters of type TspecObjectModifier and TypeMethodDescriptionFlowSpecObjectBuilder.setTspecObject
(TspecObject value) Set the property corresponding toTspecObject.getTspecObject()
to the specified 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 TspecObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TspecObject>>
E$$TspecObjectBuilder.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.tspec.object that return TspecObjectModifier and TypeMethodDescription@NonNull TspecObject
TspecObjectBuilder.build()
A newTspecObject
instance.static @NonNull TspecObject
TspecObjectBuilder.empty()
Get empty instance of TspecObject.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object that return types with arguments of type TspecObjectMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object with parameters of type TspecObjectModifier and TypeMethodDescriptionstatic boolean
TspecObject.bindingEquals
(@NonNull TspecObject thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
TspecObject.bindingHashCode
(@NonNull TspecObject obj) Default implementation ofObject.hashCode()
contract for this interface.static String
TspecObject.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 TspecObjectModifier and TypeMethodDescriptionTspecObjectBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<TspecObject> augmentation) Add an augmentation to this builder's product.TspecObjectBuilder.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 TspecObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedTspecObject
.