public final class BlockLookupList extends Object
Constructor and Description |
---|
BlockLookupList() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getCommitted()
Get the committed property: The committed property.
|
List<String> |
getLatest()
Get the latest property: The latest property.
|
List<String> |
getUncommitted()
Get the uncommitted property: The uncommitted property.
|
BlockLookupList |
setCommitted(List<String> committed)
Set the committed property: The committed property.
|
BlockLookupList |
setLatest(List<String> latest)
Set the latest property: The latest property.
|
BlockLookupList |
setUncommitted(List<String> uncommitted)
Set the uncommitted property: The uncommitted property.
|
public List<String> getCommitted()
public BlockLookupList setCommitted(List<String> committed)
committed
- the committed value to set.public List<String> getUncommitted()
public BlockLookupList setUncommitted(List<String> uncommitted)
uncommitted
- the uncommitted value to set.public List<String> getLatest()
public BlockLookupList setLatest(List<String> latest)
latest
- the latest value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.