Class Table

java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
com.gooddata.sdk.model.md.Table
All Implemented Interfaces:
Obj, Queryable, java.io.Serializable

public class Table
extends AbstractObj
implements Queryable
Represents physical data model table. Deserialization only.
See Also:
Serialized Form
  • Method Details

    • getDBName

      public java.lang.String getDBName()
      Returns:
      name of the table in DB
    • getDataLoads

      public java.util.Collection<java.lang.String> getDataLoads()
      Returns:
      collection of TableDataLoad's uris, can return null
    • getWeight

      public java.lang.Integer getWeight()
      Returns:
      table weight, can return null
    • getActiveDataLoad

      public java.lang.String getActiveDataLoad()
      Returns:
      uri of active TableDataLoad, can return null
    • toString

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