public class QueryHoldingStatus extends Object implements InvocationHandler
Modifier and Type | Field and Description |
---|---|
String |
json
the raw json of the status
|
twitter4j.Query |
query
the query which generated the status
|
twitter4j.Status |
status
the status
|
Modifier and Type | Method and Description |
---|---|
static twitter4j.Status |
create(twitter4j.Status status,
String json,
twitter4j.Query query) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public twitter4j.Status status
public twitter4j.Query query