public class FrameBase extends Schema
| Modifier and Type | Field and Description |
|---|---|
long |
byte_size
Total data size in bytes
|
FrameKeyV3 |
frame_id
Frame ID
|
boolean |
is_text
Is this Frame raw unparsed data?
|
| Constructor and Description |
|---|
FrameBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public FrameKeyV3 frame_id
public long byte_size
public boolean is_text