| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model.delivery |
| Modifier and Type | Method and Description |
|---|---|
static EventTimeFormat |
ResponseFactory.createTimeFormat(OtsDelivery.EventColumn.eventTimeFormat eventTimeFormat) |
| Modifier and Type | Method and Description |
|---|---|
static OtsDelivery.EventColumn.eventTimeFormat |
OTSProtocolBuilder.toPBEventTimeFormat(EventTimeFormat eventTimeFormat) |
| Modifier and Type | Method and Description |
|---|---|
EventTimeFormat |
EventColumn.getEventTimeFormat()
获取事件时间格式
|
static EventTimeFormat |
EventTimeFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTimeFormat[] |
EventTimeFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventColumn.setEventTimeFormat(EventTimeFormat timeFormat)
设置事件时间格式
|
| Constructor and Description |
|---|
EventColumn(String columnName,
EventTimeFormat timeFormat)
初始化EventColumn实例
|
Copyright © 2024. All Rights Reserved.