Interface CtTpDstValues

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

    public interface CtTpDstValues
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OfjNxmNxMatchCtTpDstGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<CtTpDstValues>

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

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

    To create instances of this class use CtTpDstValuesBuilder.

    See Also:
    CtTpDstValuesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint16 getCtTpDst()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 ctTpDst, or null if not present
      • getMask

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