public final class InstrumentData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstrumentData.Type |
| Constructor and Description |
|---|
InstrumentData(java.io.File file) |
InstrumentData(java.lang.Throwable e,
InstrumentData.Type t) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(InstrumentData data) |
org.json.JSONObject |
getParameters() |
boolean |
isValid() |
void |
save() |
java.lang.String |
toString() |
public InstrumentData(java.lang.Throwable e,
InstrumentData.Type t)
public InstrumentData(java.io.File file)
public int compareTo(InstrumentData data)
public boolean isValid()
public void save()
public void clear()
@Nullable public java.lang.String toString()
toString in class java.lang.Object@Nullable public org.json.JSONObject getParameters()