Interface TunIdValues

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

    public interface TunIdValues
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OfjNxmNxMatchTunIdGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<TunIdValues>

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

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

    To create instances of this class use TunIdValuesBuilder.

    See Also:
    TunIdValuesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

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