public class SnapshotStateList extends Object implements Serializable
| Constructor and Description |
|---|
SnapshotStateList() |
SnapshotStateList(TreeMap<Long,SnapshotState> snapshotStates) |
| Modifier and Type | Method and Description |
|---|---|
TreeMap<Long,SnapshotState> |
getSnapshotStates() |
void |
putSnapshotState(Long id,
SnapshotState snapshotState) |
void |
setSnapshotStates(TreeMap<Long,SnapshotState> snapshotStates) |
public SnapshotStateList()
public SnapshotStateList(TreeMap<Long,SnapshotState> snapshotStates)
public TreeMap<Long,SnapshotState> getSnapshotStates()
public void setSnapshotStates(TreeMap<Long,SnapshotState> snapshotStates)
public void putSnapshotState(Long id, SnapshotState snapshotState)
Copyright © 2018 WSO2. All rights reserved.