Interface FlowModCopyFieldIntoField

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

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

     container flow-mod-copy-field-into-field {
       leaf flow-mod-num-bits {
         type uint16;
       }
       leaf src-field {
         type uint32;
       }
       leaf src-ofs {
         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-field-into-field-case/flow-mod-copy-field-into-field

    To create instances of this class use FlowModCopyFieldIntoFieldBuilder.

    See Also:
    FlowModCopyFieldIntoFieldBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<FlowModCopyFieldIntoField> 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
      • 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
      • getDstField

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

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