com.googlecode.mobilityrpc.protocol.pojo
Class Pong

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

public class Pong
extends Object

Author:
Niall Gallagher

Constructor Summary
Pong(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

Pong

public Pong(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 © 2016. All rights reserved.