java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.MultipartRequestFlags
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject

@Generated("mdsal-binding-generator") public class MultipartRequestFlags extends Object implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable

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

 typedef multipart-request-flags {
   type bits {
     bit OFPMPF_REQ_MORE {
       position 0;
     }
   }
 }
 
See Also:
  • Constructor Details

    • MultipartRequestFlags

      public MultipartRequestFlags(Boolean _oFPMPFREQMORE)
    • MultipartRequestFlags

      public MultipartRequestFlags(MultipartRequestFlags source)
      Creates a copy from Source Object.
      Parameters:
      source - Source object
  • Method Details