public class Agent extends Object implements Serializable
Constructor and Description |
---|
Agent() |
Modifier and Type | Method and Description |
---|---|
String |
getAgentEpr() |
String |
getAgentId() |
String |
getAgentIdOfIS() |
String |
getHost() |
int |
getPort() |
void |
setAgentEpr(String agentEpr) |
void |
setAgentId(String agentId) |
void |
setAgentIdOfIS(String agentIdOfIS) |
void |
setHost(String host) |
void |
setPort(int port) |
public String getAgentId()
public void setAgentId(String agentId)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getAgentEpr()
public void setAgentEpr(String agentEpr)
public String getAgentIdOfIS()
public void setAgentIdOfIS(String agentIdOfIS)
Copyright © 2020. All Rights Reserved.