LogEventAction

class LogEventAction(val id: String, val state: Boolean = false, val data: MutableMap<String, Any> = HashMap(), var count: Int = 1)

Constructors

Link copied to clipboard
constructor(id: String, state: Boolean = false, data: MutableMap<String, Any> = HashMap(), count: Int = 1)

Properties

Link copied to clipboard
var count: Int
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun increment()
Link copied to clipboard
Link copied to clipboard