public class PylonTaskResult extends BaseDataSiftResult
| Modifier and Type | Field and Description |
|---|---|
protected int |
createdAt |
protected String |
id |
protected String |
identityId |
protected String |
name |
protected PylonTaskParameters |
parameters |
protected PylonTaskResultResult |
result |
protected String |
status |
protected String |
subscriptionId |
protected String |
type |
protected int |
updatedAt |
error, response| Constructor and Description |
|---|
PylonTaskResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCreatedAt() |
String |
getId() |
String |
getIdentityId() |
String |
getName() |
PylonTaskParameters |
getParameters() |
PylonTaskResultResult |
getResult() |
String |
getStatus() |
String |
getSubscriptionId() |
String |
getType() |
int |
getUpdatedAt() |
failed, failureCause, getError, getResponse, isAuthorizationSuccessful, isSuccessful, rateLimit, rateLimitCost, rateLimitRemaining, setResponse, successful, toStringprotected String id
protected String identityId
protected String subscriptionId
protected String name
protected String type
protected PylonTaskParameters parameters
protected PylonTaskResultResult result
protected String status
protected int createdAt
protected int updatedAt
public String getId()
public String getIdentityId()
public String getSubscriptionId()
public String getName()
public String getType()
public PylonTaskParameters getParameters()
public PylonTaskResultResult getResult()
public String getStatus()
public int getCreatedAt()
public int getUpdatedAt()
Copyright © 2017. All Rights Reserved.