com.googlecode.mobilityrpc.protocol.pojo
Class RequestIdentifier
java.lang.Object
com.googlecode.mobilityrpc.protocol.pojo.RequestIdentifier
public class RequestIdentifier
- extends Object
- Author:
- Niall Gallagher
RequestIdentifier
public RequestIdentifier(UUID sessionId,
UUID requestId,
String requestLabel)
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 © 2012. All Rights Reserved.