Interface LspId
- 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,NodeId
- All Known Subinterfaces:
AddLspArgs,AddLspInput,EnsureLspOperationalArgs,EnsureLspOperationalInput,RemoveLspArgs,RemoveLspInput,SubmitAddLspInput,SubmitEnsureLspOperationalInput,SubmitRemoveLspInput,SubmitTriggerSyncInput,SubmitUpdateLspInput,TriggerSyncArgs,TriggerSyncInput,UpdateLspArgs,UpdateLspInput
@Generated("mdsal-binding-generator")
public interface LspId
extends org.opendaylight.yangtools.binding.Grouping, NodeId
This class represents the following YANG schema fragment defined in module network-topology-pcep
grouping lsp-id {
uses node-id;
leaf name {
type string;
}
}
-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterfaceMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev250328.NodeId
getNode, requireNode
-
Method Details
-
getName
String getName()Return name, ornullif it is not present.- Returns:
Stringname, ornullif it is not present.
-
requireName
Return name, guaranteed to be non-null.- Returns:
Stringname, guaranteed to be non-null.- Throws:
NoSuchElementException- if name is not present
-