Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.attributes.object.LspAttributesObject
Packages that use LspAttributesObject
Package
Description
-
Uses of LspAttributesObject 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 LspAttributesObjectModifier and TypeMethodDescriptionLspAttributesObject.getLspAttributesObject()Return lspAttributesObject, ornullif it is not present.@NonNull LspAttributesObjectLspAttributesObject.nonnullLspAttributesObject()Return lspAttributesObject, or an empty instance if it is not present. -
Uses of LspAttributesObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.attributes.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.attributes.object with type parameters of type LspAttributesObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LspAttributesObject>>
E$$LspAttributesObjectBuilder.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.lsp.attributes.object that return LspAttributesObjectModifier and TypeMethodDescription@NonNull LspAttributesObjectLspAttributesObjectBuilder.build()A newLspAttributesObjectinstance.static @NonNull LspAttributesObjectLspAttributesObjectBuilder.empty()Get empty instance of LspAttributesObject.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.attributes.object that return types with arguments of type LspAttributesObjectModifier and TypeMethodDescriptiondefault Class<LspAttributesObject> LspAttributesObject.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.attributes.object with parameters of type LspAttributesObjectModifier and TypeMethodDescriptionstatic booleanLspAttributesObject.bindingEquals(@NonNull LspAttributesObject thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intLspAttributesObject.bindingHashCode(@NonNull LspAttributesObject obj) Default implementation ofObject.hashCode()contract for this interface.static StringLspAttributesObject.bindingToString(@NonNull LspAttributesObject 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.lsp.attributes.object with type arguments of type LspAttributesObjectModifier and TypeMethodDescriptionLspAttributesObjectBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<LspAttributesObject> augmentation) Add an augmentation to this builder's product.LspAttributesObjectBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LspAttributesObject>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.attributes.object with parameters of type LspAttributesObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLspAttributesObject. -
Uses of LspAttributesObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.required.attributes.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.required.attributes.object that return LspAttributesObjectModifier and TypeMethodDescriptionLspRequiredAttributesObjectBuilder.getLspAttributesObject()Return current value associated with the property corresponding toLspAttributesObject.getLspAttributesObject().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.required.attributes.object with parameters of type LspAttributesObjectModifier and TypeMethodDescriptionLspRequiredAttributesObjectBuilder.setLspAttributesObject(LspAttributesObject value) Set the property corresponding toLspAttributesObject.getLspAttributesObject()to the specified value.