public class Vacuum_TurboSettingsAppliedEvent extends CameraEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
Vacuum_TurboSettingsAppliedEvent.Builder |
| Constructor and Description |
|---|
Vacuum_TurboSettingsAppliedEvent(int priority,
int version,
boolean activeStopMode,
String devcId,
boolean interlockType,
boolean lowSpeedMode,
boolean model304,
boolean softStartMode,
boolean ventValveByCmnd,
boolean waterCooling) |
| Modifier and Type | Method and Description |
|---|---|
static Vacuum_TurboSettingsAppliedEvent.Builder |
builder() |
String |
getDevcId() |
int |
getVersion() |
boolean |
isActiveStopMode() |
boolean |
isInterlockType() |
boolean |
isLowSpeedMode() |
boolean |
isModel304() |
boolean |
isSoftStartMode() |
boolean |
isVentValveByCmnd() |
boolean |
isWaterCooling() |
String |
toString() |
public Vacuum_TurboSettingsAppliedEvent(int priority,
int version,
boolean activeStopMode,
String devcId,
boolean interlockType,
boolean lowSpeedMode,
boolean model304,
boolean softStartMode,
boolean ventValveByCmnd,
boolean waterCooling)
public int getVersion()
public boolean isActiveStopMode()
public String getDevcId()
public boolean isInterlockType()
public boolean isLowSpeedMode()
public boolean isModel304()
public boolean isSoftStartMode()
public boolean isVentValveByCmnd()
public boolean isWaterCooling()
public static Vacuum_TurboSettingsAppliedEvent.Builder builder()
Copyright © 2022. All rights reserved.