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