com.pingplusplus.model
Class PingppRawJsonObject

java.lang.Object
  extended by com.pingplusplus.model.PingppObject
      extended by com.pingplusplus.model.PingppRawJsonObject

public class PingppRawJsonObject
extends PingppObject

Fallback class for when we do not recognize the object that we have received.


Field Summary
 
Fields inherited from class com.pingplusplus.model.PingppObject
PRETTY_PRINT_GSON
 
Constructor Summary
PingppRawJsonObject()
           
 
Method Summary
 
Methods inherited from class com.pingplusplus.model.PingppObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PingppRawJsonObject

public PingppRawJsonObject()