Class NewMessageUpdate
- java.lang.Object
-
- org.nwolfhub.vkUser.longpoll.updates.Update
-
- org.nwolfhub.vkUser.longpoll.updates.NewMessageUpdate
-
public class NewMessageUpdate extends Update
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNewMessageUpdate.From
-
Field Summary
Fields Modifier and Type Field Description com.google.gson.JsonObjectattachmentsNewMessageUpdate.FromfromIntegerfrom_idbooleanfrom_meLongmessage_idIntegerpeer_idStringtextLongtimestamp-
Fields inherited from class org.nwolfhub.vkUser.longpoll.updates.Update
parsedUpdate, type, unparsedUpdate
-
-
Constructor Summary
Constructors Constructor Description NewMessageUpdate(String unparsedUpdate)NewMessageUpdate(Update update)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetFrom_id()StringgetText()LonggetTimestamp()-
Methods inherited from class org.nwolfhub.vkUser.longpoll.updates.Update
getParsedUpdate, getUnparsedUpdate
-
-
-
-
Constructor Detail
-
NewMessageUpdate
public NewMessageUpdate(String unparsedUpdate) throws IOException
- Throws:
IOException
-
NewMessageUpdate
public NewMessageUpdate(Update update) throws IOException
- Throws:
IOException
-
-