Package | Description |
---|---|
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
static Row.Builder |
Row.builder()
Create a new builder.
|
Row.Builder |
Row.Builder.copy(Row model) |
Row.Builder |
Row.Builder.timeOfExpiration(Date timeOfExpiration)
The expiration time of the row.
|
Row.Builder |
Row.toBuilder() |
Row.Builder |
Row.Builder.usage(RequestUsage usage) |
Row.Builder |
Row.Builder.value(Map<String,Object> value)
The map of values from a row.
|
Copyright © 2016–2024. All rights reserved.