public class CommandCheckAndCloseRequestDto extends Object
| Constructor and Description |
|---|
CommandCheckAndCloseRequestDto(Reference eyes,
ITargetDto target,
CheckSettingsDto checkSettings,
CloseSettingsDto closeSettings,
ConfigurationDto config) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationDto |
getConfig() |
Reference |
getEyes() |
CombinedSettingsDto |
getSettings() |
ITargetDto |
getTarget() |
void |
setConfig(ConfigurationDto config) |
void |
setEyes(Reference eyes) |
void |
setSettings(CombinedSettingsDto settings) |
void |
setTarget(ITargetDto target) |
public CommandCheckAndCloseRequestDto(Reference eyes, ITargetDto target, CheckSettingsDto checkSettings, CloseSettingsDto closeSettings, ConfigurationDto config)
public Reference getEyes()
public void setEyes(Reference eyes)
public CombinedSettingsDto getSettings()
public void setSettings(CombinedSettingsDto settings)
public ConfigurationDto getConfig()
public void setConfig(ConfigurationDto config)
public ITargetDto getTarget()
public void setTarget(ITargetDto target)
Copyright © 2023. All rights reserved.