public class LogsV3 extends RequestSchema
| 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).
|
_exclude_fields| Constructor and Description |
|---|
LogsV3() |
| 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 RequestSchema