public static final class FlatRow.Cell.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FlatRow.Cell |
build() |
FlatRow.Cell.Builder |
withFamily(String family) |
FlatRow.Cell.Builder |
withLabels(List<String> labels) |
FlatRow.Cell.Builder |
withQualifier(com.google.protobuf.ByteString qualifier) |
FlatRow.Cell.Builder |
withTimestamp(long timestamp) |
FlatRow.Cell.Builder |
withValue(com.google.protobuf.ByteString value) |
public FlatRow.Cell.Builder withFamily(String family)
public FlatRow.Cell.Builder withQualifier(com.google.protobuf.ByteString qualifier)
public FlatRow.Cell.Builder withTimestamp(long timestamp)
public FlatRow.Cell.Builder withValue(com.google.protobuf.ByteString value)
public FlatRow.Cell.Builder withLabels(List<String> labels)
public FlatRow.Cell build()