public class InstrumentStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
enabled |
int |
index |
Instant |
lastDataTime |
String |
location |
String |
shortName |
| Constructor and Description |
|---|
InstrumentStatus(int index,
boolean enabled,
String location,
String shortName,
Instant lastDataTime) |
Copyright © 2021 LSST. All rights reserved.