Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.attributes.object.LspAttributesObject
-
-
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 LspAttributesObject Modifier and Type Method Description LspAttributesObjectLspAttributesObject. getLspAttributesObject()Return lspAttributesObject, ornullif 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 LspAttributesObject Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<LspAttributesObject>>
E$$LspAttributesObjectBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.attributes.object that return LspAttributesObject Modifier and Type Method Description LspAttributesObjectLspAttributesObjectBuilder. build()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 LspAttributesObject Modifier and Type Method Description default 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 LspAttributesObject Modifier and Type Method Description static 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 LspAttributesObject Modifier and Type Method Description LspAttributesObjectBuilderLspAttributesObjectBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<LspAttributesObject> augmentation)Add an augmentation to this builder's product.LspAttributesObjectBuilderLspAttributesObjectBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.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 LspAttributesObject Constructor Description LspAttributesObjectBuilder(LspAttributesObject base) -
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 LspAttributesObject Modifier and Type Method Description LspAttributesObjectLspRequiredAttributesObjectBuilder. getLspAttributesObject()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.lsp.required.attributes.object with parameters of type LspAttributesObject Modifier and Type Method Description LspRequiredAttributesObjectBuilderLspRequiredAttributesObjectBuilder. setLspAttributesObject(LspAttributesObject value)
-