@SkipEncoding public class PowerState extends Object implements Serializable
| Constructor and Description |
|---|
PowerState(int tickMillis,
List<PowerChanState> chanState) |
| Modifier and Type | Method and Description |
|---|---|
List<PowerChanState> |
getChanState() |
int |
getTickMillis() |
public static final String KEY
public PowerState(int tickMillis,
List<PowerChanState> chanState)
public int getTickMillis()
public List<PowerChanState> getChanState()
Copyright © 2023 LSST. All rights reserved.