public class Vacuum_TurboPumpSettingsAppliedEvent extends CameraEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
Vacuum_TurboPumpSettingsAppliedEvent.Builder |
| Constructor and Description |
|---|
Vacuum_TurboPumpSettingsAppliedEvent(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_TurboPumpSettingsAppliedEvent.Builder |
builder() |
String |
getDevcId() |
int |
getVersion() |
boolean |
isActiveStopMode() |
boolean |
isInterlockType() |
boolean |
isLowSpeedMode() |
boolean |
isModel304() |
boolean |
isSoftStartMode() |
boolean |
isVentValveByCmnd() |
boolean |
isWaterCooling() |
String |
toString() |
getPrioritypublic Vacuum_TurboPumpSettingsAppliedEvent(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_TurboPumpSettingsAppliedEvent.Builder builder()
Copyright © 2022. All rights reserved.