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.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, ornullif it is not present.@NonNull TspecObjectTspecObject.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.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 TspecObjectTspecObjectBuilder.build()A newTspecObjectinstance.static @NonNull TspecObjectTspecObjectBuilder.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 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 TspecObjectModifier and TypeMethodDescriptionTspecObjectBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<TspecObject> augmentation) Add an augmentation to this builder's product.TspecObjectBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.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.