public static class RunInfo.AgentInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
int |
agentNumber
Agent number.
|
double |
agentScale
Scale of the agent.
|
String |
agentType
Type of the agent.
|
int |
startThreadNumber
Starting thread number.
|
int |
threads
Number of threads.
|
Constructor and Description |
---|
AgentInfo() |
public int agentNumber
public int startThreadNumber
public int threads
public double agentScale
public transient String agentType