Package com.applitools.eyes.metadata
Class PageCoverageInfo
- java.lang.Object
-
- com.applitools.eyes.metadata.PageCoverageInfo
-
public class PageCoverageInfo extends Object
page coverage info
-
-
Constructor Summary
Constructors Constructor Description PageCoverageInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetHeight()com.applitools.eyes.LocationgetLocation()StringgetPageId()LonggetWidth()voidsetHeight(Long height)voidsetLocation(com.applitools.eyes.Location location)voidsetPageId(String pageId)voidsetWidth(Long width)
-
-
-
Method Detail
-
getPageId
public String getPageId()
-
setPageId
public void setPageId(String pageId)
-
getWidth
public Long getWidth()
-
setWidth
public void setWidth(Long width)
-
getHeight
public Long getHeight()
-
setHeight
public void setHeight(Long height)
-
getLocation
public com.applitools.eyes.Location getLocation()
-
setLocation
public void setLocation(com.applitools.eyes.Location location)
-
-