Class Update
- java.lang.Object
-
- org.nwolfhub.vkUser.longpoll.updates.Update
-
- Direct Known Subclasses:
NewMessageUpdate
public class Update extends Object
-
-
Field Summary
Fields Modifier and Type Field Description com.google.gson.JsonArrayparsedUpdateStringtypeStringunparsedUpdate
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonArraygetParsedUpdate()StringgetUnparsedUpdate()
-
-
-
Method Detail
-
getUnparsedUpdate
public String getUnparsedUpdate()
-
getParsedUpdate
public com.google.gson.JsonArray getParsedUpdate()
-
-