public class EyesManagerSettings extends Object
| Constructor and Description |
|---|
EyesManagerSettings(Integer concurrency,
Integer legacyConcurrency,
String agentId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentId() |
Integer |
getConcurrency() |
Integer |
getLegacyConcurrency() |
void |
setAgentId(String agentId) |
void |
setConcurrency(Integer concurrency) |
void |
setLegacyConcurrency(Integer legacyConcurrency) |
String |
toString() |
public Integer getConcurrency()
public void setConcurrency(Integer concurrency)
public Integer getLegacyConcurrency()
public void setLegacyConcurrency(Integer legacyConcurrency)
public String getAgentId()
public void setAgentId(String agentId)
Copyright © 2023. All rights reserved.