Class BatchDto
- java.lang.Object
-
- com.applitools.eyes.universal.dto.BatchDto
-
public class BatchDto extends Object
batch dto
-
-
Constructor Summary
Constructors Constructor Description BatchDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetName()BooleangetNotifyOnCompletion()List<CustomPropertyDto>getProperties()StringgetSequenceName()StringgetStartedAt()voidsetId(String id)voidsetName(String name)voidsetNotifyOnCompletion(Boolean notifyOnCompletion)voidsetProperties(List<CustomPropertyDto> properties)voidsetSequenceName(String sequenceName)voidsetStartedAt(String startedAt)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getSequenceName
public String getSequenceName()
-
setSequenceName
public void setSequenceName(String sequenceName)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getStartedAt
public String getStartedAt()
-
setStartedAt
public void setStartedAt(String startedAt)
-
getNotifyOnCompletion
public Boolean getNotifyOnCompletion()
-
setNotifyOnCompletion
public void setNotifyOnCompletion(Boolean notifyOnCompletion)
-
getProperties
public List<CustomPropertyDto> getProperties()
-
setProperties
public void setProperties(List<CustomPropertyDto> properties)
-
-