Package io.inugami.api.providers.task
Class EventCompositeResult
- java.lang.Object
-
- io.inugami.api.providers.task.ProviderFutureResult
-
- io.inugami.api.providers.task.EventCompositeResult
-
- All Implemented Interfaces:
ClonableObject<JsonObject>,JsonObject,JsonObjectToJson,Serializable
public class EventCompositeResult extends ProviderFutureResult
EventCompositeResult.- Since:
- 30 sept. 2017
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.inugami.api.providers.task.ProviderFutureResult
DATA_FIELD
-
-
Constructor Summary
Constructors Constructor Description EventCompositeResult(String message, Exception exception, JsonObject data, GenericEvent event, String channel, String scheduler, List<AlertingResult> alerts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringinitFieldData()-
Methods inherited from class io.inugami.api.providers.task.ProviderFutureResult
cloneObj, convertToJson, getAlerts, getChannel, getData, getEvent, getException, getMessage, getScheduler, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.inugami.api.models.data.basic.JsonObject
convertToObject
-
-
-
-
Constructor Detail
-
EventCompositeResult
public EventCompositeResult(String message, Exception exception, JsonObject data, GenericEvent event, String channel, String scheduler, List<AlertingResult> alerts)
-
-
Method Detail
-
initFieldData
protected String initFieldData()
- Overrides:
initFieldDatain classProviderFutureResult
-
-