Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv.LspIdentifiers
-
-
Uses of LspIdentifiers in org.opendaylight.protocol.pcep.ietf.stateful
Methods in org.opendaylight.protocol.pcep.ietf.stateful that return LspIdentifiers Modifier and Type Method Description LspIdentifiersStatefulLSPIdentifierIpv4TlvParser. parseTlv(io.netty.buffer.ByteBuf buffer)LspIdentifiersStatefulLSPIdentifierIpv6TlvParser. parseTlv(io.netty.buffer.ByteBuf buffer) -
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 LspIdentifiers Modifier and Type Method Description LspIdentifiersLspIdentifiersTlv. getLspIdentifiers()Return lspIdentifiers, ornullif 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 LspIdentifiers Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<LspIdentifiers>>
E$$LspIdentifiersBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.identifiers.tlv that return LspIdentifiers Modifier and Type Method Description LspIdentifiersLspIdentifiersBuilder. build()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 LspIdentifiers Modifier and Type Method Description default 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 LspIdentifiers Modifier and Type Method Description static booleanLspIdentifiers. bindingEquals(@NonNull LspIdentifiers thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intLspIdentifiers. bindingHashCode(@NonNull LspIdentifiers obj)Default implementation ofObject.hashCode()contract for this interface.static StringLspIdentifiers. 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 LspIdentifiers Modifier and Type Method Description LspIdentifiersBuilderLspIdentifiersBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<LspIdentifiers> augmentation)Add an augmentation to this builder's product.LspIdentifiersBuilderLspIdentifiersBuilder. 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 LspIdentifiers Constructor Description LspIdentifiersBuilder(LspIdentifiers base) -
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 LspIdentifiers Modifier and Type Method Description LspIdentifiersTlvsBuilder. 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 LspIdentifiers Modifier and Type Method Description TlvsBuilderTlvsBuilder. setLspIdentifiers(LspIdentifiers value)
-