public class TableProperties extends Object
| Constructor and Description |
|---|
TableProperties() |
TableProperties(String interval,
String interval_unit,
List<Map<String,String>> columns) |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,String>> |
getColumns() |
String |
getInterval_unit() |
String |
getInterval() |
void |
setColumns(List<Map<String,String>> columns) |
void |
setInterval_unit(String interval_unit) |
void |
setInterval(String interval) |
Copyright © 2020. All rights reserved.