public class CommandCloseRequestDto extends Object
| Constructor and Description |
|---|
CommandCloseRequestDto() |
CommandCloseRequestDto(Reference eyes,
CloseSettingsDto settings,
ConfigurationDto config) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationDto |
getConfig() |
Reference |
getEyes() |
CloseSettingsDto |
getSettings() |
void |
setConfig(ConfigurationDto config) |
void |
setEyes(Reference eyes) |
void |
setSettings(CloseSettingsDto settings) |
public CommandCloseRequestDto()
public CommandCloseRequestDto(Reference eyes, CloseSettingsDto settings, ConfigurationDto config)
public Reference getEyes()
public void setEyes(Reference eyes)
public CloseSettingsDto getSettings()
public void setSettings(CloseSettingsDto settings)
public ConfigurationDto getConfig()
public void setConfig(ConfigurationDto config)
Copyright © 2023. All rights reserved.