Package com.gooddata.md
Class TableDataLoad
- java.lang.Object
-
- com.gooddata.md.AbstractObj
-
- com.gooddata.md.TableDataLoad
-
- All Implemented Interfaces:
Obj,Queryable,Serializable
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 StringTYPE_FULLstatic StringTYPE_INCREMENTAL-
Fields inherited from class com.gooddata.md.AbstractObj
meta
-
Fields inherited from interface com.gooddata.md.Obj
CREATE_URI, CREATE_WITH_ID_URI, OBJ_TEMPLATE, OBJ_URI, URI
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDataSourceLocation()StringgetType()booleanisFull()booleanisIncremental()StringtoString()-
Methods inherited from class com.gooddata.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 Detail
-
TYPE_FULL
public static final String TYPE_FULL
- See Also:
- Constant Field Values
-
TYPE_INCREMENTAL
public static final String TYPE_INCREMENTAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDataSourceLocation
public 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 String getType()
- Returns:
- type of the load, one of
full,incremental
-
toString
public String toString()
- Overrides:
toStringin classAbstractObj
-
-