public class TwitterPhotoDescription extends java.lang.Object
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <photoDescription> <createdTimestamp>2006-12-25T17:23:16+0200</createdTimestamp> <description>48nKsfZ BZ3X4yuh mtEJf #PPbW5zN nqF ypUMXtZv6 TSx9hSJ #V1Fwe5 FythP E6J0q6O #xTHk4BCVP #nYHU #MiEq5 I2Ldcdg9X #TfP44OsB8 #TQ8hHYIH s65l</description> <from>KtxNLtbnPYFPJKIaDXdjVSOdZvWMwwYrXuTYXdmKubhvUgRtTgPXAweJUXDHFNcx</from> <location> <name>YtpKiiudlNBVxYMjBWxavsaovHZItDuvhigLevMfnxGlFyhxxWvxXJhSIUAYXsyz</name> <latitude>-68.0</latitude> <longitude>177.0</longitude> </location> <photoUID>e49e8814-061d-4dd1-9d61-9ef933336b9d</photoUID> <serviceId>6</serviceId> <photoTagList> <photoTag> <serviceId>6</serviceId> <value>LGyOmDWUyiCpvfqRuiRgVMcjlrwQdOrRLlwZoSpUKobeiCzGzcymyAnIqapZAbGp</value> </photoTag> </photoTagList> </photoDescription>
Status
Constructor and Description |
---|
TwitterPhotoDescription() |
Modifier and Type | Method and Description |
---|---|
void |
addTag(TwitterPhotoTag twitterTag) |
java.util.Date |
getCreatedTime() |
java.lang.String |
getDescription() |
java.lang.String |
getEntityId() |
java.lang.String |
getEntityUrl() |
java.lang.String |
getFromName() |
TwitterLocation |
getLocation() |
java.lang.String |
getPhotoGUID() |
CAContentCore.ServiceType |
getServiceType() |
java.util.List<TwitterPhotoTag> |
getTags() |
static java.util.List<TwitterPhotoDescription> |
getTwitterPhotoDescriptions(twitter4j.Status status) |
void |
setCreatedTime(java.util.Date createdTime) |
void |
setDescription(java.lang.String description) |
void |
setEntityId(java.lang.String entityId) |
void |
setEntityUrl(java.lang.String entityUrl) |
void |
setFromName(java.lang.String fromName) |
void |
setLocation(TwitterLocation location) |
void |
setPhotoGUID(java.lang.String photoGUID) |
void |
setServiceType(CAContentCore.ServiceType serviceType) |
void |
setTags(java.util.List<TwitterPhotoTag> tags) |
public TwitterPhotoDescription()
public void addTag(TwitterPhotoTag twitterTag)
twitterTag
- getTags()
public java.util.List<TwitterPhotoTag> getTags()
setTags(List)
public void setTags(java.util.List<TwitterPhotoTag> tags)
tags
- the tags to setgetTags()
public java.lang.String getPhotoGUID()
setPhotoGUID(String)
public void setPhotoGUID(java.lang.String photoGUID)
photoGUID
- the photoGUID to setgetPhotoGUID()
public java.lang.String getEntityId()
setEntityId(String)
public java.lang.String getEntityUrl()
setEntityUrl(String)
public static java.util.List<TwitterPhotoDescription> getTwitterPhotoDescriptions(twitter4j.Status status)
status
- public CAContentCore.ServiceType getServiceType()
setServiceType(service.tut.pori.contentanalysis.CAContentCore.ServiceType)
public void setServiceType(CAContentCore.ServiceType serviceType)
serviceType
- the serviceType to setgetServiceType()
public java.util.Date getCreatedTime()
Status.getCreatedAt()
,
setCreatedTime(Date)
public void setCreatedTime(java.util.Date createdTime)
createdTime
- the createdAt to setgetCreatedTime()
public java.lang.String getDescription()
Status.getText()
,
setDescription(String)
public void setDescription(java.lang.String description)
description
- the description to setgetDescription()
public java.lang.String getFromName()
Status.getUser()
,
User.getScreenName()
,
setFromName(String)
public void setFromName(java.lang.String fromName)
fromName
- the fromName to setgetFromName()
public TwitterLocation getLocation()
Status.getGeoLocation()
,
setLocation(TwitterLocation)
public void setLocation(TwitterLocation location)
location
- the location to setgetLocation()
public void setEntityId(java.lang.String entityId)
entityId
- the entityId to setgetEntityId()
public void setEntityUrl(java.lang.String entityUrl)
entityUrl
- the entityUrl to setgetEntityUrl()
Copyright © 2015 Tampere University of Technology, Pori Department.