public final class InstrumentData
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
InstrumentData.Builder |
static class |
InstrumentData.Type |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(InstrumentData data) |
boolean |
isValid() |
void |
save() |
java.lang.String |
toString() |
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