net.floodlightcontroller.flowcache
Class FRQueryBvsAcl

java.lang.Object
  extended by net.floodlightcontroller.flowcache.FlowReconcileQuery
      extended by net.floodlightcontroller.flowcache.FRQueryBvsAcl

public class FRQueryBvsAcl
extends FlowReconcileQuery

The Class for FlowReconcileQuery for BVS config ACL application change .


Nested Class Summary
static class FRQueryBvsAcl.DIRECTION
           
 
Nested classes/interfaces inherited from class net.floodlightcontroller.flowcache.FlowReconcileQuery
FlowReconcileQuery.FlowReconcileQueryDebugEvent, FlowReconcileQuery.ReconcileQueryEvType
 
Field Summary
 java.lang.String bvsInterfaceName
           
 java.lang.String bvsName
           
 FRQueryBvsAcl.DIRECTION direction
           
 
Fields inherited from class net.floodlightcontroller.flowcache.FlowReconcileQuery
evPriority, evType
 
Constructor Summary
FRQueryBvsAcl()
           
FRQueryBvsAcl(java.lang.String bvsName, java.lang.String bvsInterfaceName, FRQueryBvsAcl.DIRECTION direction)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

bvsName

public java.lang.String bvsName

bvsInterfaceName

public java.lang.String bvsInterfaceName

direction

public FRQueryBvsAcl.DIRECTION direction
Constructor Detail

FRQueryBvsAcl

public FRQueryBvsAcl()

FRQueryBvsAcl

public FRQueryBvsAcl(java.lang.String bvsName,
                     java.lang.String bvsInterfaceName,
                     FRQueryBvsAcl.DIRECTION direction)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class FlowReconcileQuery

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class FlowReconcileQuery

toString

public java.lang.String toString()
Overrides:
toString in class FlowReconcileQuery