Interface NxmNxTunId

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxTunId>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxTunIdGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface NxmNxTunId
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxTunIdGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxTunId>

    This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match

     container nxm-nx-tun-id {
       leaf value {
         type uint64;
       }
     }
     
    The schema path to identify an instance is openflowplugin-extension-nicira-match/nxm-nx-tun-id-grouping/nxm-nx-tun-id

    To create instances of this class use NxmNxTunIdBuilder.

    See Also:
    NxmNxTunIdBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yangtools.yang.common.Uint64 getValue()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 value, or null if not present