public class TwitterStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
date
A date stamp in Epoch millis when the status was sent
|
java.util.List<TwitterEntity> |
entities
A list of entities mentioned or otherwise included in the tweet
|
java.lang.String |
id
The id of the tweet
|
java.lang.String |
message
The raw tweet text
|
TwitterEntity |
senderEntity
The entity that sent the tweet
|
java.lang.String |
system |
Constructor and Description |
---|
TwitterStatus() |
public java.lang.String id
public TwitterEntity senderEntity
public java.util.List<TwitterEntity> entities
public java.lang.String message
public java.lang.String system
public long date