Package com.gooddata.sdk.model.dataload
Class OutputStage
java.lang.Object
com.gooddata.sdk.model.dataload.OutputStage
Output stage.
For each project there is always one output stage, which always exists.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionget client IDgetLinks()get output stage prefixget datawarehouse schema uriWarehouseSchemagetUri()booleancheck if there is associated client id with this output stagebooleancheck if there is associated output stage prefix with this output stagebooleancheck if there is associated schemaWarehouseSchemawith this output stagevoidsetClientId(String clientId) voidsetOutputStagePrefix(String outputStagePrefix) voidsetSchemaUri(String schemaUri) toString()
-
Field Details
-
URI
- See Also:
-
-
Method Details
-
getLinks
-
getSchemaUri
get datawarehouse schema uriWarehouseSchema- Returns:
- warehouse schema, can be null.
-
setSchemaUri
-
hasSchemaUri
public boolean hasSchemaUri()check if there is associated schemaWarehouseSchemawith this output stage- Returns:
- true if there is associated schema, else false
-
getClientId
get client ID- Returns:
- client ID, can be null.
-
setClientId
-
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
get output stage prefix- Returns:
- output stage prefix, can be null.
-
setOutputStagePrefix
-
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
-
getOutputStageDiffUri
-
getDataloadProcessUri
-
toString
-