public class Stream extends BaseDataSiftResult
| Modifier and Type | Field and Description |
|---|---|
protected String |
createdAt |
protected float |
dpu |
protected String |
hash |
error, response| Constructor and Description |
|---|
Stream() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Stream |
fromString(String str)
Create a stream instance containing only a hash
|
String |
getCreatedAt() |
float |
getDpu() |
String |
hash() |
int |
hashCode() |
boolean |
isSameAs(Stream hash) |
boolean |
isSameAs(String hash) |
failed, failureCause, getError, getResponse, isAuthorizationSuccesful, isSuccessful, rateLimit, rateLimitCost, rateLimitRemaining, setResponse, successful, toStringprotected String createdAt
protected float dpu
protected String hash
public static Stream fromString(String str)
str - the hash obtained from DataSift for a streampublic String getCreatedAt()
public float getDpu()
public String hash()
public boolean isSameAs(String hash)
public boolean isSameAs(Stream hash)
Copyright © 2015. All Rights Reserved.