Class DataLoadingColumn

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

public class DataLoadingColumn extends AbstractObj implements Queryable
Represents datasets' loading column. Deserialization only.
See Also:
  • Method Details

    • getColumnUri

      public String getColumnUri()
    • getName

      public String getName()
    • getType

      public String getType()
    • hasTypeVarchar

      public boolean hasTypeVarchar()
      Returns:
      true when the type is not null and equal to VARCHAR, false otherwise
    • hasTypeInt

      public boolean hasTypeInt()
      Returns:
      true when the type is not null and equal to INT, false otherwise
    • getLength

      public Integer getLength()
    • getPrecision

      public Integer getPrecision()
    • isUnique

      public boolean isUnique()
    • isNullable

      public boolean isNullable()
    • getSynchronizeType

      public String getSynchronizeType()
    • getSynchronizeLength

      public Integer getSynchronizeLength()
    • getSynchronizePrecision

      public Integer getSynchronizePrecision()
    • toString

      public String toString()
      Overrides:
      toString in class AbstractObj