Class SwitchState
- java.lang.Object
-
- com.github.kaklakariada.fritzbox.model.homeautomation.SwitchState
-
public class SwitchState extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSwitchState.SwitchMode
-
Constructor Summary
Constructors Constructor Description SwitchState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwitchState.SwitchModegetMode()booleanisDeviceLocked()booleanisLocked()booleanisOn()java.lang.StringtoString()
-
-
-
Method Detail
-
isOn
public boolean isOn()
-
isLocked
public boolean isLocked()
-
isDeviceLocked
public boolean isDeviceLocked()
-
getMode
public SwitchState.SwitchMode getMode()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-