public class Blueprint extends Object
| Constructor and Description |
|---|
Blueprint(String name,
String description,
int skip,
List<BlueprintColumn> columns)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<BlueprintColumn> |
getColumns()
List of the column information to use for importing.
|
String |
getDescription()
Description of the dataset to create
|
String |
getName()
Name of the dataset to create
|
int |
getSkip()
Number of columns to skip.
|
public Blueprint(String name, String description, int skip, List<BlueprintColumn> columns)
name - name of the dataset to be createddescription - a human readable description of the datasetskip - number of columns to skip before importing. This is normally done to skip headerscolumns - a list of the column definition to let the server know how to import the columns.public String getName()
public String getDescription()
public int getSkip()
public List<BlueprintColumn> getColumns()
Copyright © 2013. All Rights Reserved.