public final class BlockLookupList extends Object
| Constructor and Description |
|---|
BlockLookupList() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
committed()
Get the committed value.
|
List<String> |
latest()
Get the latest value.
|
List<String> |
uncommitted()
Get the uncommitted value.
|
BlockLookupList |
withCommitted(List<String> committed)
Set the committed value.
|
BlockLookupList |
withLatest(List<String> latest)
Set the latest value.
|
BlockLookupList |
withUncommitted(List<String> uncommitted)
Set the uncommitted value.
|
public BlockLookupList withCommitted(List<String> committed)
committed - the committed value to set.public List<String> uncommitted()
public BlockLookupList withUncommitted(List<String> uncommitted)
uncommitted - the uncommitted value to set.public BlockLookupList withLatest(List<String> latest)
latest - the latest value to set.This documentation was released into the public domain.