public class MonitorEventInfoModel extends Object implements Serializable
| 构造器和说明 |
|---|
MonitorEventInfoModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEventArgs() |
Date |
getEventConsumed() |
Date |
getEventCreate() |
String |
getEventId() |
String |
getEventName() |
String |
getEventResult() |
String |
getException() |
String |
getFromNodeId() |
String |
getId() |
String |
getListenerClazz() |
String |
getMdcValue() |
String |
getNodeGroup() |
String |
getNodeHost() |
String |
getNodeId() |
String |
getNodeName() |
Long |
getTook() |
boolean |
isSuccess() |
void |
setEventArgs(String eventArgs) |
void |
setEventConsumed(Date eventConsumed) |
void |
setEventCreate(Date eventCreate) |
void |
setEventId(String eventId) |
void |
setEventName(String eventName) |
void |
setEventResult(String eventResult) |
void |
setException(String exception) |
void |
setFromNodeId(String fromNodeId) |
void |
setId(String id) |
void |
setListenerClazz(String listenerClazz) |
void |
setMdcValue(String mdcValue) |
void |
setNodeGroup(String nodeGroup) |
void |
setNodeHost(String nodeHost) |
void |
setNodeId(String nodeId) |
void |
setNodeName(String nodeName) |
void |
setSuccess(boolean success) |
void |
setTook(Long took) |
public String getNodeId()
public void setNodeId(String nodeId)
public String getNodeHost()
public void setNodeHost(String nodeHost)
public String getNodeName()
public void setNodeName(String nodeName)
public String getNodeGroup()
public void setNodeGroup(String nodeGroup)
public Long getTook()
public void setTook(Long took)
public String getException()
public void setException(String exception)
public boolean isSuccess()
public void setSuccess(boolean success)
public String getListenerClazz()
public void setListenerClazz(String listenerClazz)
public String getEventArgs()
public void setEventArgs(String eventArgs)
public String getEventResult()
public void setEventResult(String eventResult)
public String getFromNodeId()
public void setFromNodeId(String fromNodeId)
public Date getEventCreate()
public void setEventCreate(Date eventCreate)
public String getEventId()
public void setEventId(String eventId)
public String getEventName()
public void setEventName(String eventName)
public String getMdcValue()
public void setMdcValue(String mdcValue)
public Date getEventConsumed()
public void setEventConsumed(Date eventConsumed)
public String getId()
public void setId(String id)
Copyright © 2018 Jue Ming. All rights reserved.