Package com.gooddata.dataload
Class OutputStage
- java.lang.Object
-
- com.gooddata.dataload.OutputStage
-
public class OutputStage extends Object
Output stage. For each project there is always one output stage, which always exists.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientId()get client IDStringgetDataloadProcessUri()Map<String,String>getLinks()StringgetOutputStageDiffUri()StringgetOutputStagePrefix()get output stage prefixStringgetSchemaUri()get datawarehouse schema uriWarehouseSchemaStringgetUri()booleanhasClientId()check if there is associated client id with this output stagebooleanhasOutputStagePrefix()check if there is associated output stage prefix with this output stagebooleanhasSchemaUri()check if there is associated schemaWarehouseSchemawith this output stagevoidsetClientId(String clientId)voidsetOutputStagePrefix(String outputStagePrefix)voidsetSchemaUri(String schemaUri)StringtoString()
-
-
-
Field Detail
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
TEMPLATE
public static final org.springframework.web.util.UriTemplate TEMPLATE
-
-
Method Detail
-
getSchemaUri
public String getSchemaUri()
get datawarehouse schema uriWarehouseSchema- Returns:
- warehouse schema, can be null.
-
setSchemaUri
public void setSchemaUri(String schemaUri)
-
hasSchemaUri
public boolean hasSchemaUri()
check if there is associated schemaWarehouseSchemawith this output stage- Returns:
- true if there is associated schema, else false
-
getClientId
public String getClientId()
get client ID- Returns:
- client ID, can be null.
-
setClientId
public void setClientId(String clientId)
-
hasClientId
public boolean hasClientId()
check if there is associated client id with this output stage- Returns:
- true if there is associated client id, else false
-
getOutputStagePrefix
public String getOutputStagePrefix()
get output stage prefix- Returns:
- output stage prefix, can be null.
-
setOutputStagePrefix
public void setOutputStagePrefix(String outputStagePrefix)
-
hasOutputStagePrefix
public boolean hasOutputStagePrefix()
check if there is associated output stage prefix with this output stage- Returns:
- true if there is associated output stage prefix, else false
-
getUri
public String getUri()
-
getOutputStageDiffUri
public String getOutputStageDiffUri()
-
getDataloadProcessUri
public String getDataloadProcessUri()
-
-