Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.error.code.tlv.LspErrorCode
Packages that use LspErrorCode
Package
Description
-
Uses of LspErrorCode in org.opendaylight.protocol.pcep.ietf.stateful
Methods in org.opendaylight.protocol.pcep.ietf.stateful that return LspErrorCodeModifier and TypeMethodDescriptionStatefulLspUpdateErrorTlvParser.parseTlv
(io.netty.buffer.ByteBuf buffer) -
Uses of LspErrorCode 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 LspErrorCodeModifier and TypeMethodDescriptionLspErrorCodeTlv.getLspErrorCode()
Return lspErrorCode, ornull
if it is not present.@NonNull LspErrorCode
LspErrorCodeTlv.nonnullLspErrorCode()
Return lspErrorCode, or an empty instance if it is not present. -
Uses of LspErrorCode in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.error.code.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.error.code.tlv with type parameters of type LspErrorCodeModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LspErrorCode>>
E$$LspErrorCodeBuilder.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.error.code.tlv that return LspErrorCodeModifier and TypeMethodDescription@NonNull LspErrorCode
LspErrorCodeBuilder.build()
A newLspErrorCode
instance.static @NonNull LspErrorCode
LspErrorCodeBuilder.empty()
Get empty instance of LspErrorCode.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.error.code.tlv that return types with arguments of type LspErrorCodeModifier and TypeMethodDescriptiondefault Class
<LspErrorCode> LspErrorCode.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.error.code.tlv with parameters of type LspErrorCodeModifier and TypeMethodDescriptionstatic boolean
LspErrorCode.bindingEquals
(@NonNull LspErrorCode thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LspErrorCode.bindingHashCode
(@NonNull LspErrorCode obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LspErrorCode.bindingToString
(@NonNull LspErrorCode 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.error.code.tlv with type arguments of type LspErrorCodeModifier and TypeMethodDescriptionLspErrorCodeBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LspErrorCode> augmentation) Add an augmentation to this builder's product.LspErrorCodeBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LspErrorCode>> 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.error.code.tlv with parameters of type LspErrorCodeModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLspErrorCode
. -
Uses of LspErrorCode 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 LspErrorCodeModifier and TypeMethodDescriptionTlvsBuilder.getLspErrorCode()
Return current value associated with the property corresponding toLspErrorCodeTlv.getLspErrorCode()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object.lsp with parameters of type LspErrorCodeModifier and TypeMethodDescriptionTlvsBuilder.setLspErrorCode
(LspErrorCode value) Set the property corresponding toLspErrorCodeTlv.getLspErrorCode()
to the specified value.