public class TwitterVideoDescription extends java.lang.Object
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <videoDescription> <createdTimestamp>1974-11-19T13:22:27+0200</createdTimestamp> <location> <name>KWsTmkaARJBBDNYPjrCPxQArHcJzTfovZXRZfyzoamPdhdVbKFuFPOdWDiJgQEoV</name> <latitude>58.0</latitude> <longitude>-46.0</longitude> </location> <description>#eijuMUJ T1LPx0U UVpy #mZ935W #hAhx9b #VfSB PXfq6 #Fenkx 0gw dZB8 #1jeQZpOga GUScr4o #rEMvX KuO7aMS BhChA #ZJ9p40qY vnuFR26rX MM8tDB3K Shbi</description> <from>XwWgYABxPhdLiQYFPPCHyrXOXliYWbgwxsofODSFmcDwwnDVKdLOtMuYZykSlPDA</from> </videoDescription>
Status
Constructor and Description |
---|
TwitterVideoDescription() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreatedTime() |
java.lang.String |
getDescription() |
java.lang.String |
getFromScreenName() |
TwitterLocation |
getLocation() |
static TwitterVideoDescription |
getTwitterVideoDescription(twitter4j.Status status) |
void |
setCreatedTime(java.util.Date createdTime) |
void |
setDescription(java.lang.String description) |
void |
setFromScreenName(java.lang.String fromScreenName) |
void |
setLocation(TwitterLocation location) |
public TwitterVideoDescription()
public static TwitterVideoDescription getTwitterVideoDescription(twitter4j.Status status)
status
- public java.util.Date getCreatedTime()
Status.getCreatedAt()
public void setCreatedTime(java.util.Date createdTime)
createdTime
- the createdTime to setpublic TwitterLocation getLocation()
Status.getGeoLocation()
public void setLocation(TwitterLocation location)
location
- the location to setpublic java.lang.String getDescription()
Status.getText()
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getFromScreenName()
Status.getUser()
,
User.getScreenName()
public void setFromScreenName(java.lang.String fromScreenName)
fromScreenName
- the fromScreenName to setCopyright © 2015 Tampere University of Technology, Pori Department.