org.ow2.frascati.examples.twitterweather.xml
Class User
java.lang.Object
org.ow2.frascati.examples.twitterweather.xml.User
public class User
- extends java.lang.Object
- Author:
- Philippe Merle
|
Constructor Summary |
User()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
User
public User()
getId
public final java.lang.String getId()
getName
public final java.lang.String getName()
getScreenName
public final java.lang.String getScreenName()
getLocation
public final java.lang.String getLocation()
getDescription
public final java.lang.String getDescription()
getProfileImageUrl
public final java.lang.String getProfileImageUrl()
getUrl
public final java.lang.String getUrl()
isProtected
public final boolean isProtected()
getFollowersCount
public final int getFollowersCount()
getProfileBackgroundColor
public final java.lang.String getProfileBackgroundColor()
getProfileTextColor
public final java.lang.String getProfileTextColor()
getProfileLinkColor
public final java.lang.String getProfileLinkColor()
getProfileSidebarFillColor
public final java.lang.String getProfileSidebarFillColor()
getProfileSidebarBorderColor
public final java.lang.String getProfileSidebarBorderColor()
getFriendsCount
public final int getFriendsCount()
getCreatedAt
public final java.lang.String getCreatedAt()
getFavouritesCount
public final int getFavouritesCount()
getUtcOffset
public final int getUtcOffset()
getTimeZone
public final java.lang.String getTimeZone()
getProfileBackgroundImageUrl
public final java.lang.String getProfileBackgroundImageUrl()
getProfileBackgroundTile
public final boolean getProfileBackgroundTile()
getStatusesCount
public final int getStatusesCount()
isVerified
public final boolean isVerified()
getStatus
public final Status getStatus()
Copyright © 2010 OW2 Consortium. All Rights Reserved.