Package com.gooddata.sdk.model.md
Class TableDataLoad
java.lang.Object
com.gooddata.sdk.model.md.AbstractObj
com.gooddata.sdk.model.md.TableDataLoad
- All Implemented Interfaces:
Obj,Queryable,Serializable
Represents data load of physical table.
Deserialization only.
- See Also:
-
Field Summary
FieldsFields inherited from class com.gooddata.sdk.model.md.AbstractObj
metaFields inherited from interface com.gooddata.sdk.model.md.Obj
CREATE_URI, CREATE_WITH_ID_URI, OBJ_URI, URI -
Method Summary
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
- See Also:
-
TYPE_INCREMENTAL
- See Also:
-
-
Method Details
-
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
- Returns:
- type of the load, one of
full,incremental
-
toString
- Overrides:
toStringin classAbstractObj
-