-
public final class ActionEvent.ActionEventActionAction properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classActionEvent.ActionEventAction.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ActionEvent.ActionEventActionTypetypeprivate final Stringidprivate final LongloadingTimeprivate final ActionEvent.ActionEventActionTargettargetprivate final ActionEvent.Frustrationfrustrationprivate final ActionEvent.Errorerrorprivate final ActionEvent.Crashcrashprivate final ActionEvent.LongTasklongTaskprivate final ActionEvent.Resourceresource
-
Constructor Summary
Constructors Constructor Description ActionEvent.ActionEventAction(ActionEvent.ActionEventActionType type, String id, Long loadingTime, ActionEvent.ActionEventActionTarget target, ActionEvent.Frustration frustration, ActionEvent.Error error, ActionEvent.Crash crash, ActionEvent.LongTask longTask, ActionEvent.Resource resource)
-
Method Summary
Modifier and Type Method Description final ActionEvent.ActionEventActionTypegetType()final StringgetId()final LonggetLoadingTime()final ActionEvent.ActionEventActionTargetgetTarget()final ActionEvent.FrustrationgetFrustration()final ActionEvent.ErrorgetError()final ActionEvent.CrashgetCrash()final ActionEvent.LongTaskgetLongTask()final ActionEvent.ResourcegetResource()final JsonElementtoJson()-
-
Constructor Detail
-
ActionEvent.ActionEventAction
ActionEvent.ActionEventAction(ActionEvent.ActionEventActionType type, String id, Long loadingTime, ActionEvent.ActionEventActionTarget target, ActionEvent.Frustration frustration, ActionEvent.Error error, ActionEvent.Crash crash, ActionEvent.LongTask longTask, ActionEvent.Resource resource)
- Parameters:
type- Type of the actionid- UUID of the actionloadingTime- Duration in ns to the action is considered loadedtarget- Action target propertiesfrustration- Action frustration propertieserror- Properties of the errors of the actioncrash- Properties of the crashes of the actionlongTask- Properties of the long tasks of the actionresource- Properties of the resources of the action
-
-
Method Detail
-
getType
final ActionEvent.ActionEventActionType getType()
-
getLoadingTime
final Long getLoadingTime()
-
getTarget
final ActionEvent.ActionEventActionTarget getTarget()
-
getFrustration
final ActionEvent.Frustration getFrustration()
-
getError
final ActionEvent.Error getError()
-
getCrash
final ActionEvent.Crash getCrash()
-
getLongTask
final ActionEvent.LongTask getLongTask()
-
getResource
final ActionEvent.Resource getResource()
-
toJson
final JsonElement toJson()
-
-
-
-