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)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 LspAttributesObject Modifier and Type Method Description @NonNull LspAttributesObjectLspAttributesObjectBuilder. build()A newLspAttributesObjectinstance.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)Construct 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 LspAttributesObject Modifier and Type Method Description LspAttributesObjectLspRequiredAttributesObjectBuilder. 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 LspAttributesObject Modifier and Type Method Description LspRequiredAttributesObjectBuilderLspRequiredAttributesObjectBuilder. setLspAttributesObject(LspAttributesObject value)Set the property corresponding toLspAttributesObject.getLspAttributesObject()to the specified value.
-