public class EventColumn extends Object
| 构造器和说明 |
|---|
EventColumn(String columnName,
EventTimeFormat timeFormat)
Initialize the EventColumn instance
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumnName()
Get the column name of the event time column
|
EventTimeFormat |
getEventTimeFormat()
Get the event time format
|
void |
setColumnName(String columnName)
Set the column name for the event time column
|
void |
setEventTimeFormat(EventTimeFormat timeFormat)
Set the event time format
|
String |
toString() |
public EventColumn(String columnName, EventTimeFormat timeFormat)
columnName - Column nametimeFormat - Time formatpublic String getColumnName()
public void setColumnName(String columnName)
columnName - The column name for the event time columnpublic EventTimeFormat getEventTimeFormat()
public void setEventTimeFormat(EventTimeFormat timeFormat)
timeFormat - The time format of the event time columnCopyright © 2025. All Rights Reserved.