Modifier and Type | Method and Description |
---|---|
TableDef |
build() |
TableDef.Builder |
clearColumns()
Clears the value of the 'columns' field.
|
TableDef.Builder |
clearDescription()
Clears the value of the 'description' field.
|
TableDef.Builder |
clearId()
Clears the value of the 'id' field.
|
TableDef.Builder |
clearName()
Clears the value of the 'name' field.
|
TableDef.Builder |
clearSampleTime()
Clears the value of the 'sampleTime' field.
|
List<ColumnDef> |
getColumns()
Gets the value of the 'columns' field.
|
String |
getDescription()
Gets the value of the 'description' field.
|
Long |
getId()
Gets the value of the 'id' field.
|
String |
getName()
Gets the value of the 'name' field.
|
Integer |
getSampleTime()
Gets the value of the 'sampleTime' field.
|
boolean |
hasColumns()
Checks whether the 'columns' field has been set.
|
boolean |
hasDescription()
Checks whether the 'description' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasName()
Checks whether the 'name' field has been set.
|
boolean |
hasSampleTime()
Checks whether the 'sampleTime' field has been set.
|
TableDef.Builder |
setColumns(List<ColumnDef> value)
Sets the value of the 'columns' field.
|
TableDef.Builder |
setDescription(String value)
Sets the value of the 'description' field.
|
TableDef.Builder |
setId(long value)
Sets the value of the 'id' field.
|
TableDef.Builder |
setName(String value)
Sets the value of the 'name' field.
|
TableDef.Builder |
setSampleTime(int value)
Sets the value of the 'sampleTime' field.
|
public Long getId()
public TableDef.Builder setId(long value)
value
- The value of 'id'.public boolean hasId()
public TableDef.Builder clearId()
public String getName()
public TableDef.Builder setName(String value)
value
- The value of 'name'.public boolean hasName()
public TableDef.Builder clearName()
public String getDescription()
public TableDef.Builder setDescription(String value)
value
- The value of 'description'.public boolean hasDescription()
public TableDef.Builder clearDescription()
public List<ColumnDef> getColumns()
public TableDef.Builder setColumns(List<ColumnDef> value)
value
- The value of 'columns'.public boolean hasColumns()
public TableDef.Builder clearColumns()
public Integer getSampleTime()
public TableDef.Builder setSampleTime(int value)
value
- The value of 'sampleTime'.public boolean hasSampleTime()
public TableDef.Builder clearSampleTime()
Copyright © 2018 SPF4J. All rights reserved.