public static class USMFStatus.User extends Object
Modifier and Type | Field and Description |
---|---|
String |
avatar
Direct href to avatar image
|
String |
description
User profile description
|
double[] |
geo
Latitude/Logitude User location
|
double |
id
Unique User ID
|
String |
language
Spoken language of user
|
String |
location
Plain Language User location
|
String |
name
User Name
|
double |
postings
Number of postings made
|
String |
profile
Href to user profile
|
String |
real_name
Real name of user
|
double |
subscribers
Number of subscribers
|
int |
subscriptions
Number of subscriptions
|
double |
utc
UTC time offset of user
|
String |
website
Href to user website
|
Constructor and Description |
---|
User() |
public double id
public double utc
public double[] geo
public String description
public double subscribers
public int subscriptions
public double postings
public User()