Class MissingFieldErrorEvent
- java.lang.Object
-
- br.pucrio.tecgraf.soma.logsmonitor.model.error.ErrorEvent
-
- br.pucrio.tecgraf.soma.logsmonitor.model.error.MissingFieldErrorEvent
-
public class MissingFieldErrorEvent extends ErrorEvent
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FIELD_NAME-
Fields inherited from class br.pucrio.tecgraf.soma.logsmonitor.model.error.ErrorEvent
errorEventType, JSON_PROPERTY_TOPIC_EVENT_TYPE
-
-
Constructor Summary
Constructors Constructor Description MissingFieldErrorEvent(@NonNull String fieldName)
-
-
-
Field Detail
-
JSON_PROPERTY_FIELD_NAME
public static final String JSON_PROPERTY_FIELD_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MissingFieldErrorEvent
public MissingFieldErrorEvent(@NonNull @NonNull String fieldName)
-
-