Package org.nwolfhub.vk.longpoll
Class NewMessageUpdate
- java.lang.Object
-
- org.nwolfhub.vk.longpoll.Update
-
- org.nwolfhub.vk.longpoll.NewMessageUpdate
-
- All Implemented Interfaces:
Serializable
public class NewMessageUpdate extends Update
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNewMessageUpdate.ClientInfostatic classNewMessageUpdate.Message-
Nested classes/interfaces inherited from class org.nwolfhub.vk.longpoll.Update
Update.Type, Update.WrongTypeException
-
-
Field Summary
Fields Modifier and Type Field Description NewMessageUpdate.ClientInfoclient_infoNewMessageUpdate.Messagemessage-
Fields inherited from class org.nwolfhub.vk.longpoll.Update
parsedJson, rawJson, type
-
-
Constructor Summary
Constructors Constructor Description NewMessageUpdate()NewMessageUpdate(com.google.gson.JsonObject update)NewMessageUpdate(Update originalUpdate)
-
-
-
Field Detail
-
message
public NewMessageUpdate.Message message
-
client_info
public NewMessageUpdate.ClientInfo client_info
-
-
Constructor Detail
-
NewMessageUpdate
public NewMessageUpdate(com.google.gson.JsonObject update) throws IOException- Throws:
IOException
-
NewMessageUpdate
public NewMessageUpdate()
-
NewMessageUpdate
public NewMessageUpdate(Update originalUpdate) throws IOException
- Throws:
IOException
-
-