Interface SetField

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SetField>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Action>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Match

    public interface SetField
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Action>, org.opendaylight.yangtools.yang.binding.Augmentable<SetField>, Match

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

     container set-field {
       uses match:match;
     }
     
    The schema path to identify an instance is opendaylight-action-types/action/action/set-field-case/set-field

    To create instances of this class use SetFieldBuilder.

    See Also:
    SetFieldBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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