Constructor and Description |
---|
AgentInformation() |
AgentInformation(String writerId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getConfigListenAddress() |
long |
getStartTime() |
long |
getStopTime() |
int |
hashCode() |
boolean |
isAlive() |
void |
setAlive(boolean alive) |
void |
setConfigListenAddress(String address) |
void |
setStartTime(long startTime) |
void |
setStopTime(long stopTime) |
String |
toString() |
getAgentId, setAgentId
public AgentInformation()
public AgentInformation(String writerId)
public long getStartTime()
public void setStartTime(long startTime)
public void setStopTime(long stopTime)
public long getStopTime()
public boolean isAlive()
public void setAlive(boolean alive)
public String getConfigListenAddress()
public void setConfigListenAddress(String address)
Copyright © 2015. All rights reserved.