public class CheckEyes extends Object
| Constructor and Description |
|---|
CheckEyes(Reference eyes,
ITargetDto target,
CheckSettingsDto settings,
ConfigurationDto config,
String type) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationDto |
getConfig() |
Reference |
getEyes() |
CheckSettingsDto |
getSettings() |
ITargetDto |
getTarget() |
String |
getType() |
void |
setConfig(ConfigurationDto config) |
void |
setEyes(Reference eyes) |
void |
setSettings(CheckSettingsDto settings) |
void |
setTarget(ITargetDto target) |
void |
setType(String type) |
public CheckEyes(Reference eyes, ITargetDto target, CheckSettingsDto settings, ConfigurationDto config, String type)
public Reference getEyes()
public void setEyes(Reference eyes)
public String getType()
public void setType(String type)
public CheckSettingsDto getSettings()
public void setSettings(CheckSettingsDto settings)
public ConfigurationDto getConfig()
public void setConfig(ConfigurationDto config)
public ITargetDto getTarget()
public void setTarget(ITargetDto target)
Copyright © 2023. All rights reserved.