Interface FlowModAddMatchFromValue

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

    public interface FlowModAddMatchFromValue
    extends org.opendaylight.yangtools.yang.binding.ChildOf<FlowModSpec>, org.opendaylight.yangtools.yang.binding.Augmentable<FlowModAddMatchFromValue>

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

     container flow-mod-add-match-from-value {
       leaf flow-mod-num-bits {
         type uint16;
       }
       leaf value {
         type uint16;
       }
       leaf src-field {
         type uint32;
       }
       leaf src-ofs {
         type uint16;
       }
     }
     
    The schema path to identify an instance is openflowplugin-extension-nicira-action/flow-mod-spec/flow-mod-spec/flow-mod-add-match-from-value-case/flow-mod-add-match-from-value

    To create instances of this class use FlowModAddMatchFromValueBuilder.

    See Also:
    FlowModAddMatchFromValueBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yangtools.yang.common.Uint16 getFlowModNumBits()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 flowModNumBits, or null if not present
      • getValue

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

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getSrcField()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 srcField, or null if not present
      • getSrcOfs

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