Class OutputStage

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

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

    Fields 
    Modifier and Type Field Description
    static java.lang.String URI  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getClientId()
    get client ID
    java.lang.String getDataloadProcessUri()  
    java.util.Map<java.lang.String,​java.lang.String> getLinks()  
    java.lang.String getOutputStageDiffUri()  
    java.lang.String getOutputStagePrefix()
    get output stage prefix
    java.lang.String getSchemaUri()
    get datawarehouse schema uri WarehouseSchema
    java.lang.String getUri()  
    boolean hasClientId()
    check if there is associated client id with this output stage
    boolean hasOutputStagePrefix()
    check if there is associated output stage prefix with this output stage
    boolean hasSchemaUri()
    check if there is associated schema WarehouseSchema with this output stage
    void setClientId​(java.lang.String clientId)  
    void setOutputStagePrefix​(java.lang.String outputStagePrefix)  
    void setSchemaUri​(java.lang.String schemaUri)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Method Details

    • getLinks

      public java.util.Map<java.lang.String,​java.lang.String> getLinks()
    • getSchemaUri

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

      public void setSchemaUri​(java.lang.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 java.lang.String getClientId()
      get client ID
      Returns:
      client ID, can be null.
    • setClientId

      public void setClientId​(java.lang.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 java.lang.String getOutputStagePrefix()
      get output stage prefix
      Returns:
      output stage prefix, can be null.
    • setOutputStagePrefix

      public void setOutputStagePrefix​(java.lang.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 java.lang.String getUri()
    • getOutputStageDiffUri

      public java.lang.String getOutputStageDiffUri()
    • getDataloadProcessUri

      public java.lang.String getDataloadProcessUri()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object