UnitTestingTrait.TestNullableOptionalRequestCommand.Response

class UnitTestingTrait.TestNullableOptionalRequestCommand.Response


Summary

Public constructors

Response(
    wasPresent: Boolean,
    wasNull: Boolean?,
    value: UByte?,
    originalValue: UByte?
)

Public constructors

Response

Response(
    wasPresent: Boolean = false,
    wasNull: Boolean? = null,
    value: UByte? = null,
    originalValue: UByte? = null
)

Public properties

originalValue

val originalValueUByte?

value

val valueUByte?

wasNull

val wasNullBoolean?

wasPresent

val wasPresentBoolean