public class CompleteCancelSnapshotTaskResult extends BaseDTO
Constructor and Description |
---|
CompleteCancelSnapshotTaskResult() |
CompleteCancelSnapshotTaskResult(String result) |
Modifier and Type | Method and Description |
---|---|
static CompleteCancelSnapshotTaskResult |
deserialize(String taskResult)
Parses properties from task result
|
String |
getResult() |
String |
serialize()
Creates a serialized version of task results
|
void |
setResult(String result) |
public CompleteCancelSnapshotTaskResult()
public CompleteCancelSnapshotTaskResult(String result)
public String getResult()
public void setResult(String result)
public String serialize()
public static CompleteCancelSnapshotTaskResult deserialize(String taskResult)
taskResult
- - JSON formatted set of propertiesCopyright © 2009–2015 DuraSpace. All rights reserved.