public class LogsV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
log
Content of log file
|
java.lang.String |
name
Which specific log file to read from the log file directory.
|
int |
nodeidx
Index of node to query ticks for (0-based).
|
_excludeFields| Constructor and Description |
|---|
LogsV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public int nodeidx
public java.lang.String name
public java.lang.String log
public java.lang.String toString()
toString in class RequestSchemaV3