Class NotificationError
- java.lang.Object
-
- br.pucrio.tecgraf.soma.logsmonitor.model.error.NotificationError
-
public class NotificationError extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ERROR_TYPEstatic StringJSON_PROPERTY_EVENTstatic StringJSON_PROPERTY_MESSAGEstatic StringJSON_PROPERTY_SUBSCRIPTION_ID
-
Constructor Summary
Constructors Constructor Description NotificationError(@NonNull String subscriptionId, @NonNull ErrorType errorType, @NonNull String message, ErrorEvent errorEvent)
-
-
-
Field Detail
-
JSON_PROPERTY_SUBSCRIPTION_ID
public static final String JSON_PROPERTY_SUBSCRIPTION_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ERROR_TYPE
public static final String JSON_PROPERTY_ERROR_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EVENT
public static final String JSON_PROPERTY_EVENT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NotificationError
public NotificationError(@NonNull @NonNull String subscriptionId, @NonNull @NonNull ErrorType errorType, @NonNull @NonNull String message, ErrorEvent errorEvent)
-
-