elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic
/
Version
/
Elasticsearch
Elasticsearch
data
class
Elasticsearch
(
val
major
:
Int
,
val
minor
:
Int
,
val
patch
:
Int
)
:
Version
<
Version.Elasticsearch
>
Constructors
Functions
Properties
Constructors
Elasticsearch
Link copied to clipboard
fun
Elasticsearch
(
major
:
Int
,
minor
:
Int
,
patch
:
Int
)
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
Version.Elasticsearch
)
:
Int
Properties
major
Link copied to clipboard
val
major
:
Int
minor
Link copied to clipboard
val
minor
:
Int
patch
Link copied to clipboard
val
patch
:
Int