java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.async.config.service.rev170619.FlowRemovedMask
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject

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

This class represents the following YANG schema fragment defined in module sal-async-config

 typedef flow-removed-mask {
   type bits {
     bit IDLE_TIMEOUT;
     bit HARD_TIMEOUT;
     bit DELETE;
     bit GROUP_DELETE;
   }
 }
 
See Also:
  • Constructor Details

    • FlowRemovedMask

      public FlowRemovedMask(Boolean _dELETE, Boolean _gROUPDELETE, Boolean _hARDTIMEOUT, Boolean _iDLETIMEOUT)
    • FlowRemovedMask

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

    • getDefaultInstance

      public static FlowRemovedMask getDefaultInstance(String defaultValue)
    • getIDLETIMEOUT

      public Boolean getIDLETIMEOUT()
    • getHARDTIMEOUT

      public Boolean getHARDTIMEOUT()
    • getDELETE

      public Boolean getDELETE()
    • getGROUPDELETE

      public Boolean getGROUPDELETE()
    • getValue

      public boolean[] getValue()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object