public final class WindowDataReaderOptions extends Object
| Constructor and Description |
|---|
WindowDataReaderOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getWindowColumnName()
Gets the name of the column which will contain the window identifier.
|
String |
getWindowTimeColumnName()
Gets the name of the column which will contain the window time.
|
void |
setWindowColumnName(String value)
Sets the name of the column which will contain the window identifier.
|
void |
setWindowTimeColumnName(String value)
Sets the name of the column which will contain the window time.
|
public String getWindowColumnName()
public void setWindowColumnName(String value)
public String getWindowTimeColumnName()
public void setWindowTimeColumnName(String value)
Copyright © 2021. All rights reserved.