Class RectangleFloatingRegionDto
- java.lang.Object
-
- com.applitools.eyes.universal.dto.TFloatingRegion
-
- com.applitools.eyes.universal.dto.RectangleFloatingRegionDto
-
public class RectangleFloatingRegionDto extends TFloatingRegion
rectangle floating region dto
-
-
Field Summary
-
Fields inherited from class com.applitools.eyes.universal.dto.TFloatingRegion
offset, regionId
-
-
Constructor Summary
Constructors Constructor Description RectangleFloatingRegionDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RectangleRegionDtogetRegion()voidsetRegion(RectangleRegionDto region)-
Methods inherited from class com.applitools.eyes.universal.dto.TFloatingRegion
getMaxDownOffset, getMaxLeftOffset, getMaxRightOffset, getMaxUpOffset, getRegionId, setMaxDownOffset, setMaxLeftOffset, setMaxRightOffset, setMaxUpOffset, setRegionId
-
-
-
-
Method Detail
-
getRegion
public RectangleRegionDto getRegion()
-
setRegion
public void setRegion(RectangleRegionDto region)
-
-