java.lang.Object
org.opendaylight.openflowjava.protocol.impl.core.connection.RpcResponseKey

public class RpcResponseKey extends Object
RPC response key.
Author:
mirehak
  • Constructor Details

    • RpcResponseKey

      public RpcResponseKey(long xid, String outputClazz)
  • Method Details

    • getXid

      public long getXid()
      Returns the xid.
    • getOutputClazz

      public String getOutputClazz()
      Return the outputClazz.
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object