| Modifiers | Name | Description |
|---|---|---|
static Type |
CHECKPOINT_DATA_TYPE |
| Constructor and description |
|---|
Checkpoint
(String checkpointId) |
| Type | Name and description |
|---|---|
int |
getCheckpointColumnNumbers()Get the total column numbers of the checkpoint |
List<List<CheckpointCell>> |
getCheckpointData()Get the checkpoint data |
int |
getCheckpointRowNumbers()Get the total row numbers of the checkpoint |
String |
getDescription()Get the description |
String |
getId()Get the id |
int |
getSourceColumnNumbers()Get the total column numbers of the source |
List<List<Object>> |
getSourceData()Get the source data |
int |
getSourceRowNumbers()Get the total row numbers of the source |
Date |
getTakenDate()Get the taken date |
Get the total column numbers of the checkpoint
Get the checkpoint data
Get the total row numbers of the checkpoint
Get the description
Get the id
Get the total column numbers of the source
Get the total row numbers of the source
Get the taken date