com.googlecode.mobilityrpc.protocol.pojo
Class Ping

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

public class Ping
extends Object

Author:
Niall Gallagher

Constructor Summary
Ping(UUID request_id, String message)
           
 
Method Summary
 boolean equals(Object o)
           
 String getMessage()
           
 UUID getRequestId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ping

public Ping(UUID request_id,
            String message)
Method Detail

getRequestId

public UUID getRequestId()

getMessage

public String getMessage()

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.