Class CommandCloseBatchRequestDto
- java.lang.Object
-
- com.applitools.eyes.universal.dto.request.CommandCloseBatchRequestDto
-
public class CommandCloseBatchRequestDto extends Object
command close batch request dto.
-
-
Constructor Summary
Constructors Constructor Description CommandCloseBatchRequestDto(List<CloseBatchSettingsDto> settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CloseBatchSettingsDto>
getSettings()
void
setSettings(List<CloseBatchSettingsDto> settings)
-
-
-
Constructor Detail
-
CommandCloseBatchRequestDto
public CommandCloseBatchRequestDto(List<CloseBatchSettingsDto> settings)
-
-
Method Detail
-
getSettings
public List<CloseBatchSettingsDto> getSettings()
-
setSettings
public void setSettings(List<CloseBatchSettingsDto> settings)
-
-