com.googlecode.mobilityrpc.protocol.pojo
Class RequestIdentifier

java.lang.Object
  extended by com.googlecode.mobilityrpc.protocol.pojo.RequestIdentifier

public class RequestIdentifier
extends Object

Author:
Niall Gallagher

Constructor Summary
RequestIdentifier(UUID sessionId, UUID requestId, String requestLabel)
           
 
Method Summary
 boolean equals(Object o)
           
 UUID getRequestId()
           
 String getRequestLabel()
           
 UUID getSessionId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestIdentifier

public RequestIdentifier(UUID sessionId,
                         UUID requestId,
                         String requestLabel)
Method Detail

getSessionId

public UUID getSessionId()

getRequestId

public UUID getRequestId()

getRequestLabel

public String getRequestLabel()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016. All rights reserved.