Class OutputStage

java.lang.Object
com.gooddata.sdk.model.dataload.OutputStage

public class OutputStage extends Object
Output stage. For each project there is always one output stage, which always exists.
  • Field Details

  • Method Details

    • getLinks

      public Map<String,String> getLinks()
    • getSchemaUri

      public String getSchemaUri()
      get datawarehouse schema uri WarehouseSchema
      Returns:
      warehouse schema, can be null.
    • setSchemaUri

      public void setSchemaUri(String schemaUri)
    • hasSchemaUri

      public boolean hasSchemaUri()
      check if there is associated schema WarehouseSchema with 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()
    • toString

      public String toString()
      Overrides:
      toString in class Object