public static class MultipleSnapshotsException.Context extends Object implements Serializable
Constructor and Description |
---|
MultipleSnapshotsException.Context(String runtimeId) |
Modifier and Type | Method and Description |
---|---|
void |
addOption(String optionString) |
String |
getDescription() |
List<String> |
getOptions() |
String |
getRuntimeId() |
String |
getVersion() |
void |
setDescription(String description) |
void |
setRuntimeId(String runtimeId) |
void |
setVersion(String version) |
public MultipleSnapshotsException.Context(String runtimeId)
public String getRuntimeId()
public void setRuntimeId(String runtimeId)
public String getVersion()
public void setVersion(String version)
public void addOption(String optionString)
public String getDescription()
public void setDescription(String description)