public class ErrorEntry extends Object
ErrorStore
.Constructor and Description |
---|
ErrorEntry(int id,
long timestamp,
String siddhiAppName,
String streamName,
byte[] eventAsBytes,
String cause,
String stackTrace,
String originalPayload,
ErrorOccurrence errorOccurrence,
ErroneousEventType eventType,
ErrorType errorType) |
Modifier and Type | Method and Description |
---|---|
String |
getCause() |
ErrorOccurrence |
getErrorOccurrence() |
ErrorType |
getErrorType() |
byte[] |
getEventAsBytes() |
ErroneousEventType |
getEventType() |
int |
getId() |
String |
getOriginalPayload() |
String |
getSiddhiAppName() |
String |
getStackTrace() |
String |
getStreamName() |
long |
getTimestamp() |
public ErrorEntry(int id, long timestamp, String siddhiAppName, String streamName, byte[] eventAsBytes, String cause, String stackTrace, String originalPayload, ErrorOccurrence errorOccurrence, ErroneousEventType eventType, ErrorType errorType)
public int getId()
public long getTimestamp()
public String getSiddhiAppName()
public String getStreamName()
public byte[] getEventAsBytes()
public String getCause()
public String getStackTrace()
public String getOriginalPayload()
public ErrorOccurrence getErrorOccurrence()
public ErroneousEventType getEventType()
public ErrorType getErrorType()
Copyright © 2021. All rights reserved.