Package com.applitools.eyes.settings
Class EyesManagerSettings
- java.lang.Object
-
- com.applitools.eyes.settings.EyesManagerSettings
-
public class EyesManagerSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description EyesManagerSettings(Integer concurrency, Integer legacyConcurrency, String agentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAgentId()IntegergetConcurrency()IntegergetLegacyConcurrency()voidsetAgentId(String agentId)voidsetConcurrency(Integer concurrency)voidsetLegacyConcurrency(Integer legacyConcurrency)StringtoString()
-
-
-
Method Detail
-
getConcurrency
public Integer getConcurrency()
-
setConcurrency
public void setConcurrency(Integer concurrency)
-
getLegacyConcurrency
public Integer getLegacyConcurrency()
-
setLegacyConcurrency
public void setLegacyConcurrency(Integer legacyConcurrency)
-
getAgentId
public String getAgentId()
-
setAgentId
public void setAgentId(String agentId)
-
-