public class FrameChunksV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
FrameChunkV3[] |
chunks
Description of particular chunks
|
FrameKeyV3 |
frameId
ID of a given frame
|
| Constructor and Description |
|---|
FrameChunksV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="frame_id") public FrameKeyV3 frameId
public FrameChunkV3[] chunks