Package org.duracloud.snapshot.dto.task
Class CompleteCancelSnapshotTaskResult
java.lang.Object
org.duracloud.snapshot.dto.BaseDTO
org.duracloud.snapshot.dto.task.CompleteCancelSnapshotTaskResult
- Author:
- Bill Branan Date: 7/25/14
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(String taskResult) Parses properties from task resultCreates a serialized version of task resultsvoid
-
Constructor Details
-
CompleteCancelSnapshotTaskResult
public CompleteCancelSnapshotTaskResult() -
CompleteCancelSnapshotTaskResult
-
-
Method Details
-
getResult
-
setResult
-
serialize
Creates a serialized version of task results- Returns:
- JSON formatted task result info
-
deserialize
Parses properties from task result- Parameters:
taskResult- - JSON formatted set of properties
-