public class RenderStatusResults extends Object
| Constructor and Description |
|---|
RenderStatusResults() |
| Modifier and Type | Method and Description |
|---|---|
static RenderStatusResults |
createError(String renderId) |
com.applitools.eyes.RectangleSize |
getDeviceSize() |
String |
getDomLocation() |
String |
getError() |
String |
getImageLocation() |
com.applitools.eyes.Location |
getImagePositionInActiveFrame() |
String |
getOs() |
String |
getRenderId() |
List<VGRegion> |
getSelectorRegions() |
RenderStatus |
getStatus() |
String |
getUserAgent() |
com.applitools.eyes.RectangleSize |
getVisualViewport() |
boolean |
isEmpty() |
void |
setDeviceSize(com.applitools.eyes.RectangleSize deviceSize) |
void |
setDomLocation(String domLocation) |
void |
setError(String error) |
void |
setImageLocation(String imageLocation) |
void |
setOs(String os) |
void |
setRenderId(String renderId) |
void |
setSelectorRegions(List<VGRegion> selectorRegions) |
void |
setStatus(RenderStatus status) |
void |
setUserAgent(String userAgent) |
void |
setVisualViewport(com.applitools.eyes.RectangleSize visualViewport) |
String |
toString() |
public static RenderStatusResults createError(String renderId)
public RenderStatus getStatus()
public void setStatus(RenderStatus status)
public String getDomLocation()
public void setDomLocation(String domLocation)
public String getUserAgent()
public void setUserAgent(String userAgent)
public String getImageLocation()
public void setImageLocation(String imageLocation)
public String getOs()
public void setOs(String os)
public String getError()
public void setError(String error)
public com.applitools.eyes.RectangleSize getDeviceSize()
public void setDeviceSize(com.applitools.eyes.RectangleSize deviceSize)
public com.applitools.eyes.RectangleSize getVisualViewport()
public void setVisualViewport(com.applitools.eyes.RectangleSize visualViewport)
public String getRenderId()
public void setRenderId(String renderId)
public com.applitools.eyes.Location getImagePositionInActiveFrame()
public boolean isEmpty()
Copyright © 2021. All rights reserved.