| Package | Description |
|---|---|
| com.baidubce.services.tablestorage.model |
| Modifier and Type | Method and Description |
|---|---|
static CellType |
CellType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellType[] |
CellType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TableStorageCell(CellType cellType,
String column)
Constructs a call with column name.
|
TableStorageCell(CellType cellType,
String column,
String value)
Constructs a cell with column name and value.
|
TableStorageCell(CellType cellType,
String column,
String value,
long timestamp)
Constructs a cell with column namećvalue and timestamp.
|
Copyright © 2020. All rights reserved.