toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.configuration
/
Aggregate
Aggregate
data
class
Aggregate
(
val
scopes
:
Set
<
String
>
=
emptySet()
,
val
type
:
String
?
=
null
,
val
tenantId
:
String
?
=
null
,
val
id
:
String
?
=
null
,
val
commands
:
Set
<
String
>
=
emptySet()
,
val
events
:
Set
<
String
>
=
emptySet()
)
:
NamingScopes
,
Merge
<
Aggregate
>
Members
Constructors
Aggregate
Link copied to clipboard
constructor
(
scopes
:
Set
<
String
>
=
emptySet()
,
type
:
String
?
=
null
,
tenantId
:
String
?
=
null
,
id
:
String
?
=
null
,
commands
:
Set
<
String
>
=
emptySet()
,
events
:
Set
<
String
>
=
emptySet()
)
Properties
commands
Link copied to clipboard
val
commands
:
Set
<
String
>
events
Link copied to clipboard
val
events
:
Set
<
String
>
id
Link copied to clipboard
val
id
:
String
?
=
null
Custom ID generator name
scopes
Link copied to clipboard
open
override
val
scopes
:
Set
<
String
>
tenant
Id
Link copied to clipboard
val
tenantId
:
String
?
=
null
Static tenant ID
type
Link copied to clipboard
val
type
:
String
?
=
null
Aggregate type fully qualified name
Functions
merge
Link copied to clipboard
open
override
fun
merge
(
other
:
Aggregate
)
:
Aggregate