Class ECClientSettingsDto
- java.lang.Object
-
- com.applitools.eyes.universal.dto.ECClientSettingsDto
-
public class ECClientSettingsDto extends Object
-
-
Constructor Summary
Constructors Constructor Description ECClientSettingsDto(String ecServerUrl, ECCapabilitiesOptions options, Integer port, ProxyDto proxy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetECServerUrl()ECCapabilitiesOptionsgetOptions()IntegergetPort()ProxyDtogetProxy()voidsetECServerUrl(String ecServerUrl)voidsetOptions(ECCapabilitiesOptions options)voidsetPort(Integer port)voidsetProxy(ProxyDto proxy)StringtoString()
-
-
-
Constructor Detail
-
ECClientSettingsDto
public ECClientSettingsDto(String ecServerUrl, ECCapabilitiesOptions options, Integer port, ProxyDto proxy)
-
-
Method Detail
-
getECServerUrl
public String getECServerUrl()
-
setECServerUrl
public void setECServerUrl(String ecServerUrl)
-
getOptions
public ECCapabilitiesOptions getOptions()
-
setOptions
public void setOptions(ECCapabilitiesOptions options)
-
getPort
public Integer getPort()
-
setPort
public void setPort(Integer port)
-
getProxy
public ProxyDto getProxy()
-
setProxy
public void setProxy(ProxyDto proxy)
-
-