Interface LspMetadata
- 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:
Arguments
,Arguments
,ReportedLsp
@Generated("mdsal-binding-generator")
public interface LspMetadata
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module network-topology-pcep
grouping lsp-metadata { container metadata { } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn metadata, ornull
if it is not present.@NonNull Metadata
Return metadata, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getMetadata
Metadata getMetadata()Return metadata, ornull
if it is not present.Container for external metadata attached to the LSP. Contents of this container are not propagated onto the router itself, so it is persisted only while the LSP is present.
- Returns:
Metadata
metadata, ornull
if it is not present.
-
nonnullMetadata
@NonNull Metadata nonnullMetadata()Return metadata, or an empty instance if it is not present.- Returns:
Metadata
metadata, or an empty instance if it is not present.
-