public class SystemEvent$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static SystemEvent$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
SystemEvent$() |
Modifier and Type | Method and Description |
---|---|
SystemEvent |
apply(Id eventId,
Prefix source,
EventName eventName,
EventTime eventTime,
scala.collection.immutable.Set<Parameter<?>> paramSet) |
SystemEvent |
apply(Prefix source,
EventName eventName)
The apply method is used to create SystemEvent command by end-user.
|
SystemEvent |
apply(Prefix source,
EventName eventName,
scala.collection.immutable.Set<Parameter<?>> paramSet)
The apply method is used to create SystemEvent command by end-user.
|
SystemEvent |
fromPb(csw_protobuf.events.PbEvent pbEvent)
Constructs from byte array containing Protobuf representation of SystemEvent
|
public static final SystemEvent$ MODULE$
public SystemEvent apply(Id eventId, Prefix source, EventName eventName, EventTime eventTime, scala.collection.immutable.Set<Parameter<?>> paramSet)
public SystemEvent apply(Prefix source, EventName eventName)
source
- prefix representing source of the eventeventName
- the name of eventpublic SystemEvent apply(Prefix source, EventName eventName, scala.collection.immutable.Set<Parameter<?>> paramSet)
source
- prefix representing source of the eventeventName
- the name of eventparamSet
- an initial set of parameters (keys with values)public SystemEvent fromPb(csw_protobuf.events.PbEvent pbEvent)
pbEvent
- the protobuf representation of an event