ClientSessionEntity

Used to represent session information.

Constructors

Link copied to clipboard
constructor(values: Map<String, Any?>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val map: Map<String, Any?>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun setData(selfDescribingJson: SelfDescribingJson?): SelfDescribingJson

Allows us to add data from one SelfDescribingJson into another without copying over the Schema.

Adds data to the SelfDescribingJson

Link copied to clipboard

Sets the Schema for the SelfDescribingJson

Link copied to clipboard
open override fun toString(): String