Featureset

class Featureset @JvmOverloads constructor(val featuresetId: String, val importId: String? = null) : FeaturesetHolder

Represents an actual featureset.

Parameters

featuresetId

mandatory id.

importId

optional style import id.

Constructors

Link copied to clipboard
fun Featureset(featuresetId: String, importId: String? = null)

Functions

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

Overloaded equals.

Link copied to clipboard
open override fun hashCode(): Int

Overloaded hashcode.

Link copied to clipboard
open override fun toFeaturesetDescriptor(): FeaturesetDescriptor

For internal usage.

Properties

Link copied to clipboard
Link copied to clipboard
val importId: String? = null