public class FrameBaseV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
long |
byteSize
Total data size in bytes
|
FrameKeyV3 |
frameId
Frame ID
|
boolean |
isText
Is this Frame raw unparsed data?
|
_excludeFields| Constructor and Description |
|---|
FrameBaseV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public FrameKeyV3 frameId
public long byteSize
public boolean isText
public java.lang.String toString()
toString in class RequestSchemaV3