GetFieldValueResult

Get field value result provides a successful result for retrieving a value of a field in the client.

Constructors

Link copied to clipboard
constructor(check: ReflectionChecker.GetFieldValue, value: Int)

Properties

Link copied to clipboard

the reflection check requested by the server

Link copied to clipboard
val value: Int

the value that the client received after invoking reflection

Functions

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