Elasticsearch

data class Elasticsearch(val major: Int, val minor: Int, val patch: Int) : Version<Version.Elasticsearch>

Constructors

Link copied to clipboard
fun Elasticsearch(major: Int, minor: Int, patch: Int)

Functions

Link copied to clipboard
open operator override fun compareTo(other: Version.Elasticsearch): Int

Properties

Link copied to clipboard
val major: Int
Link copied to clipboard
val minor: Int
Link copied to clipboard
val patch: Int