Interface SetConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, OfHeader
    All Known Subinterfaces:
    SetConfigInput

    @Generated("mdsal-binding-generator")
    public interface SetConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject, OfHeader

    This class represents the following YANG schema fragment defined in module openflow-protocol

     grouping set-config {
       uses ofHeader;
       leaf flags {
         type oft:switch-config-flag;
       }
       leaf miss-send-len {
         type uint16;
       }
     }
     
    The schema path to identify an instance is openflow-protocol/set-config
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends SetConfig> 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 OfHeader
      • getFlags

        SwitchConfigFlag getFlags()
        Return flags, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.SwitchConfigFlag flags, or null if it is not present.
      • getMissSendLen

        org.opendaylight.yangtools.yang.common.Uint16 getMissSendLen()
        Return missSendLen, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 missSendLen, or null if it is not present.