sdk-routing / com.tomtom.online.sdk.routing.ev.route / Report

Report

@Beta(2020, 10) class Report

Represents information about the data which should be reported for diagnosis purposes.

Parameters

effectiveSettings - List of the effective parameters or data used when calling the API.

Constructors

<init>

Report(effectiveSettings: List<EffectiveSetting> = arrayListOf())

Represents information about the data which should be reported for diagnosis purposes.

Properties

effectiveSettings

val effectiveSettings: List<EffectiveSetting>

List of the effective parameters or data used when calling the API.

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int