Class DocumentChunkJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.DocumentChunkJson
-
- All Implemented Interfaces:
Serializable
public class DocumentChunkJson extends BaseJson
Information about a chunk of file data's status- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentChunkJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHash()
long
getSize()
long
getStart()
void
setHash(String hash)
void
setSize(long size)
void
setStart(long start)
-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-