Interface LspDbVersion

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LspDbVersion>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<LspDbVersionTlv>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Tlv

    public interface LspDbVersion
    extends org.opendaylight.yangtools.yang.binding.ChildOf<LspDbVersionTlv>, org.opendaylight.yangtools.yang.binding.Augmentable<LspDbVersion>, Tlv

    This class represents the following YANG schema fragment defined in module odl-pcep-sync-optimizations

     container lsp-db-version {
       uses pcep:tlv;
       leaf lsp-db-version-value {
         type uint64;
       }
     }
     
    The schema path to identify an instance is odl-pcep-sync-optimizations/lsp-db-version-tlv/lsp-db-version

    To create instances of this class use LspDbVersionBuilder.

    See Also:
    LspDbVersionBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<LspDbVersion> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface Tlv
      • getLspDbVersionValue

        org.opendaylight.yangtools.yang.common.Uint64 getLspDbVersionValue()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 lspDbVersionValue, or null if not present