Interface LspDbVersionTlv

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    PathComputationClient1, Tlvs1, Tlvs2, Tlvs3, Tlvs4, Tlvs5, Tlvs6, Tlvs7

    @Generated("mdsal-binding-generator")
    public interface LspDbVersionTlv
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping lsp-db-version-tlv {
       container lsp-db-version {
         uses pcep:tlv;
         leaf lsp-db-version-value {
           type uint64;
         }
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends LspDbVersionTlv> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getLspDbVersion

        LspDbVersion getLspDbVersion()
        Return lspDbVersion, or null if it is not present.
        Returns:
        LspDbVersion lspDbVersion, or null if it is not present.