Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720
Interface LspErrorCodeTlv
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
Tlvs
@Generated("mdsal-binding-generator")
public interface LspErrorCodeTlv
extends org.opendaylight.yangtools.binding.Grouping
LSP Error Code TLV
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful
grouping lsp-error-code-tlv { container lsp-error-code { uses pcep:tlv; leaf error-code { type uint32; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn lspErrorCode, ornull
if it is not present.@NonNull LspErrorCode
Return lspErrorCode, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getLspErrorCode
LspErrorCode getLspErrorCode()Return lspErrorCode, ornull
if it is not present.- Returns:
LspErrorCode
lspErrorCode, ornull
if it is not present.
-
nonnullLspErrorCode
@NonNull LspErrorCode nonnullLspErrorCode()Return lspErrorCode, or an empty instance if it is not present.- Returns:
LspErrorCode
lspErrorCode, or an empty instance if it is not present.
-