public class ManagedSource extends BaseDataSiftResult
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedSource.AuthParams |
static class |
ManagedSource.ResourceParams |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ManagedSource.AuthParams> |
auth |
protected long |
createdAt |
protected String |
id |
protected String |
name |
protected Map<String,Object> |
parameters |
protected Set<ManagedSource.ResourceParams> |
resources |
protected String |
sourceType |
protected String |
status |
error, response| Constructor and Description |
|---|
ManagedSource() |
| Modifier and Type | Method and Description |
|---|---|
static ManagedSource |
fromString(String str) |
Set<ManagedSource.AuthParams> |
getAuth() |
org.joda.time.DateTime |
getCreatedAt() |
String |
getId() |
String |
getName() |
Map<String,Object> |
getParameters() |
Set<ManagedSource.ResourceParams> |
getResources() |
String |
getSourceType() |
failed, failureCause, getError, getResponse, isAuthorizationSuccesful, isSuccessful, rateLimit, rateLimitCost, rateLimitRemaining, setResponse, successful, toStringprotected String name
protected String sourceType
protected Set<ManagedSource.ResourceParams> resources
protected Set<ManagedSource.AuthParams> auth
protected long createdAt
protected String id
protected String status
public static ManagedSource fromString(String str)
public String getName()
public String getSourceType()
public Set<ManagedSource.ResourceParams> getResources()
public Set<ManagedSource.AuthParams> getAuth()
public org.joda.time.DateTime getCreatedAt()
public String getId()
Copyright © 2015. All Rights Reserved.