Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv.LspIdentifiers
Packages that use LspIdentifiers
Package
Description
-
Uses of LspIdentifiers in org.opendaylight.protocol.pcep.ietf.stateful
Methods in org.opendaylight.protocol.pcep.ietf.stateful that return LspIdentifiers -
Uses of LspIdentifiers in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720 that return LspIdentifiersModifier and TypeMethodDescriptionLspIdentifiersTlv.getLspIdentifiers()
Return lspIdentifiers, ornull
if it is not present.@NonNull LspIdentifiers
LspIdentifiersTlv.nonnullLspIdentifiers()
Return lspIdentifiers, or an empty instance if it is not present. -
Uses of LspIdentifiers in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv with type parameters of type LspIdentifiersModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<LspIdentifiers>>
E$$LspIdentifiersBuilder.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.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv that return LspIdentifiersModifier and TypeMethodDescription@NonNull LspIdentifiers
LspIdentifiersBuilder.build()
A newLspIdentifiers
instance.static @NonNull LspIdentifiers
LspIdentifiersBuilder.empty()
Get empty instance of LspIdentifiers.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv that return types with arguments of type LspIdentifiersModifier and TypeMethodDescriptiondefault Class<LspIdentifiers>
LspIdentifiers.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv with parameters of type LspIdentifiersModifier and TypeMethodDescriptionstatic boolean
LspIdentifiers.bindingEquals
(@NonNull LspIdentifiers thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LspIdentifiers.bindingHashCode
(@NonNull LspIdentifiers obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LspIdentifiers.bindingToString
(@NonNull LspIdentifiers obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv with type arguments of type LspIdentifiersModifier and TypeMethodDescriptionLspIdentifiersBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<LspIdentifiers> augmentation) Add an augmentation to this builder's product.LspIdentifiersBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LspIdentifiers>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv with parameters of type LspIdentifiersModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLspIdentifiers
. -
Uses of LspIdentifiers in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object.lsp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object.lsp that return LspIdentifiersModifier and TypeMethodDescriptionTlvsBuilder.getLspIdentifiers()
Return current value associated with the property corresponding toLspIdentifiersTlv.getLspIdentifiers()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object.lsp with parameters of type LspIdentifiersModifier and TypeMethodDescriptionTlvsBuilder.setLspIdentifiers
(LspIdentifiers value) Set the property corresponding toLspIdentifiersTlv.getLspIdentifiers()
to the specified value.