Package org.nwolfhub.vkUser
Class Vk
- java.lang.Object
-
- org.nwolfhub.vkUser.Vk
-
public class Vk extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()LongPollgetLp()StringgetToken()StringgetUsername()StringgetV()LongPollinitializeLongPoll()StringmakeRequest(Request r)VksetId(int id)VksetLp(LongPoll lp)VksetToken(String token)VksetUsername(String username)VksetV(String v)
-
-
-
Constructor Detail
-
Vk
public Vk(String token) throws IOException
- Throws:
IOException
-
-
Method Detail
-
makeRequest
public String makeRequest(Request r) throws IOException
- Throws:
IOException
-
initializeLongPoll
public LongPoll initializeLongPoll() throws IOException
- Throws:
IOException
-
getToken
public String getToken()
-
getUsername
public String getUsername()
-
getId
public Integer getId()
-
setId
public Vk setId(int id)
-
getLp
public LongPoll getLp()
-
getV
public String getV()
-
-