LocationCache.UpdatableList Class
- java.
lang. Object - com.
microsoft. azure. documentdb. LocationCache. UpdatableList
- com.
public static class LocationCache.UpdatableList
Constructor Summary
| Constructor | Description | |
|---|---|---|
| UpdatableList(ArrayList<String> value) | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.util.List<java.lang.String> | getValue() |
| void | setValue(List<String> value) |
Methods inherited from java.lang.Object
Constructor Details
UpdatableList
public UpdatableList(ArrayList<String> value)
Parameters:
Method Details
getValue
public List<String> getValue()
setValue
public void setValue(List<String> value)
Parameters: