public class BrokerAddStatus extends Object
Constructor and Description |
---|
BrokerAddStatus(int brokerId,
Exception exception) |
Modifier and Type | Method and Description |
---|---|
int |
brokerId() |
boolean |
equals(Object o) |
Exception |
getException() |
long |
getLastUpdateTime() |
long |
getStartTime() |
int |
hashCode() |
void |
setLastUpdateTime(long lastUpdateTime) |
void |
setStartTime(long startTime) |
public BrokerAddStatus(int brokerId, Exception exception)
public int brokerId()
public Exception getException()
public long getStartTime()
public void setStartTime(long startTime)
public long getLastUpdateTime()
public void setLastUpdateTime(long lastUpdateTime)