public class Token extends BaseDataSiftResult
| Modifier and Type | Field and Description |
|---|---|
protected long |
createdAt |
protected long |
expiresAt |
protected String |
service |
protected String |
token |
protected long |
updatedAt |
error, response| Constructor and Description |
|---|
Token() |
| Modifier and Type | Method and Description |
|---|---|
long |
createdAt() |
Date |
createdAtAsDate() |
long |
expiresAt() |
Date |
expiresAtAsDate() |
String |
service() |
String |
token() |
long |
updatedAt() |
Date |
updatedAtAsDate() |
failed, failureCause, getError, getResponse, isAuthorizationSuccesful, isSuccessful, rateLimit, rateLimitCost, rateLimitRemaining, setResponse, successful, toStringprotected String service
protected String token
protected long createdAt
protected long updatedAt
protected long expiresAt
public String service()
public String token()
public long createdAt()
public long updatedAt()
public long expiresAt()
public Date createdAtAsDate()
public Date updatedAtAsDate()
public Date expiresAtAsDate()
Copyright © 2015. All Rights Reserved.