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.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.te.lsp.attributes._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.te.lsp.attributes._case that return LspRequiredAttributesObjectModifier and TypeMethodDescriptionTeLspAttributesBuilder.getLspRequiredAttributesObject()
Return current value associated with the property corresponding toLspRequiredAttributesObject.getLspRequiredAttributesObject()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.te.lsp.attributes._case with parameters of type LspRequiredAttributesObjectModifier and TypeMethodDescriptionTeLspAttributesBuilder.setLspRequiredAttributesObject
(LspRequiredAttributesObject value) Set the property corresponding toLspRequiredAttributesObject.getLspRequiredAttributesObject()
to the specified value. -
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, ornull
if it is not present.@NonNull LspRequiredAttributesObject
LspRequiredAttributesObject.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 LspRequiredAttributesObject
LspRequiredAttributesObjectBuilder.build()
A newLspRequiredAttributesObject
instance.static @NonNull LspRequiredAttributesObject
LspRequiredAttributesObjectBuilder.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 boolean
LspRequiredAttributesObject.bindingEquals
(@NonNull LspRequiredAttributesObject thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LspRequiredAttributesObject.bindingHashCode
(@NonNull LspRequiredAttributesObject obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LspRequiredAttributesObject.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
.