Interface FlowModCopyValueIntoField

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FlowModCopyValueIntoField>, 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 FlowModCopyValueIntoField
    extends org.opendaylight.yangtools.yang.binding.ChildOf<FlowModSpec>, org.opendaylight.yangtools.yang.binding.Augmentable<FlowModCopyValueIntoField>

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

     container flow-mod-copy-value-into-field {
       leaf flow-mod-num-bits {
         type uint16;
       }
       leaf value {
         type uint16;
       }
       leaf dst-field {
         type uint32;
       }
       leaf dst-ofs {
         type uint16;
       }
     }
     
    The schema path to identify an instance is nicira-action/flow-mod-spec/flow-mod-spec/flow-mod-copy-value-into-field-case/flow-mod-copy-value-into-field

    To create instances of this class use FlowModCopyValueIntoFieldBuilder.

    See Also:
    FlowModCopyValueIntoFieldBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

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

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

        org.opendaylight.yangtools.yang.common.Uint32 getDstField()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 dstField, or null if not present
      • getDstOfs

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