Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.required.attributes.object.LspRequiredAttributesObject
Packages that use LspRequiredAttributesObject
Package
Description
-
Uses of LspRequiredAttributesObject 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 LspRequiredAttributesObjectModifier and TypeMethodDescriptionLspRequiredAttributesObject.getLspRequiredAttributesObject()Return lspRequiredAttributesObject, ornullif it is not present.@NonNull LspRequiredAttributesObjectLspRequiredAttributesObject.nonnullLspRequiredAttributesObject()Return lspRequiredAttributesObject, or an empty instance if it is not present. -
Uses of LspRequiredAttributesObject 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 with type parameters of type LspRequiredAttributesObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LspRequiredAttributesObject>>
E$$LspRequiredAttributesObjectBuilder.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.required.attributes.object that return LspRequiredAttributesObjectModifier and TypeMethodDescription@NonNull LspRequiredAttributesObjectLspRequiredAttributesObjectBuilder.build()A newLspRequiredAttributesObjectinstance.static @NonNull LspRequiredAttributesObjectLspRequiredAttributesObjectBuilder.empty()Get empty instance of LspRequiredAttributesObject.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.required.attributes.object that return types with arguments of type LspRequiredAttributesObjectModifier and TypeMethodDescriptiondefault Class<LspRequiredAttributesObject> LspRequiredAttributesObject.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.required.attributes.object with parameters of type LspRequiredAttributesObjectModifier and TypeMethodDescriptionstatic booleanLspRequiredAttributesObject.bindingEquals(@NonNull LspRequiredAttributesObject thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intLspRequiredAttributesObject.bindingHashCode(@NonNull LspRequiredAttributesObject obj) Default implementation ofObject.hashCode()contract for this interface.static StringLspRequiredAttributesObject.bindingToString(@NonNull LspRequiredAttributesObject 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.required.attributes.object with type arguments of type LspRequiredAttributesObjectModifier and TypeMethodDescriptionLspRequiredAttributesObjectBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<LspRequiredAttributesObject> augmentation) Add an augmentation to this builder's product.LspRequiredAttributesObjectBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LspRequiredAttributesObject>> 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.required.attributes.object with parameters of type LspRequiredAttributesObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLspRequiredAttributesObject.