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 |
id
public java.lang.String id
name
public java.lang.String name
screen_name
public java.lang.String screen_name
location
public java.lang.String location
description
public java.lang.String description
profile_image_url
public java.lang.String profile_image_url
url
public java.lang.String url
isProtected
public boolean isProtected
followers_count
public int followers_count
profile_background_color
public java.lang.String profile_background_color
profile_text_color
public java.lang.String profile_text_color
profile_link_color
public java.lang.String profile_link_color
profile_sidebar_fill_color
public java.lang.String profile_sidebar_fill_color
profile_sidebar_border_color
public java.lang.String profile_sidebar_border_color
friends_count
public int friends_count
created_at
public java.lang.String created_at
favourites_count
public int favourites_count
utc_offset
public int utc_offset
time_zone
public java.lang.String time_zone
profile_background_image_url
public java.lang.String profile_background_image_url
profile_background_tile
public boolean profile_background_tile
statuses_count
public int statuses_count
verified
public boolean verified
status
public Status status
User
public User()
Copyright © 2010 OW2 Consortium. All Rights Reserved.