Class TargetPathLocatorDto
- java.lang.Object
-
- com.applitools.eyes.universal.dto.TRegion
-
- com.applitools.eyes.selenium.universal.dto.TargetPathLocatorDto
-
- Direct Known Subclasses:
ElementSelector
public class TargetPathLocatorDto extends com.applitools.eyes.universal.dto.TRegion
-
-
Constructor Summary
Constructors Constructor Description TargetPathLocatorDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TargetPathLocatorDtogetChild()StringgetElementId()TargetPathLocatorDtogetFallback()StringgetSelector()TargetPathLocatorDtogetShadow()StringgetType()voidsetChild(TargetPathLocatorDto child)voidsetElementId(String elementId)voidsetFallback(TargetPathLocatorDto fallback)voidsetSelector(String selector)voidsetShadow(TargetPathLocatorDto shadow)voidsetType(String type)StringtoJson()
-
-
-
Method Detail
-
getShadow
public TargetPathLocatorDto getShadow()
-
setShadow
public void setShadow(TargetPathLocatorDto shadow)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getSelector
public String getSelector()
-
setSelector
public void setSelector(String selector)
-
getElementId
public String getElementId()
-
setElementId
public void setElementId(String elementId)
-
getFallback
public TargetPathLocatorDto getFallback()
-
setFallback
public void setFallback(TargetPathLocatorDto fallback)
-
getChild
public TargetPathLocatorDto getChild()
-
setChild
public void setChild(TargetPathLocatorDto child)
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-