public class AgentInfo extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AgentInfo.AgentType |
| Constructor and Description |
|---|
AgentInfo(String name,
AgentInfo.AgentType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object a) |
String |
getName() |
AgentInfo.AgentType |
getType() |
int |
hashCode() |
String |
toString() |
public AgentInfo(String name, AgentInfo.AgentType type)
public String getName()
public AgentInfo.AgentType getType()
Copyright © 2015 LSST. All rights reserved.