Package com.gooddata.sdk.model.md
Class TableDataLoad
java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
com.gooddata.sdk.model.md.TableDataLoad
public class TableDataLoad extends AbstractObj implements Queryable
Represents data load of physical table.
Deserialization only.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE_FULLstatic java.lang.StringTYPE_INCREMENTALFields inherited from interface com.gooddata.sdk.model.md.Obj
CREATE_URI, CREATE_WITH_ID_URI, OBJ_URI, URI -
Method Summary
Modifier and Type Method Description java.lang.StringgetDataSourceLocation()java.lang.StringgetType()booleanisFull()booleanisIncremental()java.lang.StringtoString()Methods inherited from class com.gooddata.sdk.model.md.AbstractObj
getAuthor, getCategory, getContributor, getCreated, getFlags, getId, getIdentifier, getSummary, getTags, getTitle, getUpdated, getUri, isDeprecated, isLocked, isProduction, isSharedWithSomeone, isUnlisted, setCategory, setDeprecated, setFlags, setIdentifier, setLocked, setProduction, setSharedWithSomeone, setSummary, setTags, setTitle, setUnlisted, uris
-
Field Details
-
TYPE_FULL
public static final java.lang.String TYPE_FULL- See Also:
- Constant Field Values
-
TYPE_INCREMENTAL
public static final java.lang.String TYPE_INCREMENTAL- See Also:
- Constant Field Values
-
-
Method Details
-
getDataSourceLocation
public java.lang.String getDataSourceLocation()- Returns:
- location of load data source
-
isFull
public boolean isFull()- Returns:
- true if the type is
full, false otherwise
-
isIncremental
public boolean isIncremental()- Returns:
- true if the type is
incremental, false otherwise
-
getType
public java.lang.String getType()- Returns:
- type of the load, one of
full,incremental
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractObj
-