public class SLI extends Object
Constructor and Description |
---|
SLI(net.sf.json.JSONObject dli)
Constructs the new SLI
|
SLI(String id,
String name,
String link)
Constructs the new SLI
|
Modifier and Type | Method and Description |
---|---|
String |
getFormat() |
String |
getId()
Returns the SLI's ID
|
String |
getName()
Returns the SLI's name
|
String |
getSLIManifest(List<Column> columns)
Returns the SLI manifest that determines how the data are loaded to the GDC platform.
|
String |
getUri()
Returns the SLI's URI
|
void |
setFormat(String format) |
public SLI(net.sf.json.JSONObject dli)
dli
- the JSON object from the GoodData REST APIpublic String getName()
public String getUri()
public String getId()
public String getFormat()
public void setFormat(String format)
Copyright © 2014. All rights reserved.