Interface NxmNxCtTpSrc

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

    public interface NxmNxCtTpSrc
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxCtTpSrcGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxCtTpSrc>

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

     container nxm-nx-ct-tp-src {
       leaf ct-tp-src {
         type uint16;
       }
       leaf mask {
         type uint16;
       }
     }
     
    The schema path to identify an instance is openflowplugin-extension-nicira-match/nxm-nx-ct-tp-src-grouping/nxm-nx-ct-tp-src

    To create instances of this class use NxmNxCtTpSrcBuilder.

    See Also:
    NxmNxCtTpSrcBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yangtools.yang.common.Uint16 getCtTpSrc()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 ctTpSrc, or null if not present
      • getMask

        @Nullable org.opendaylight.yangtools.yang.common.Uint16 getMask()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 mask, or null if not present