GoldenGateBindings / com.fitbit.goldengate.bindings.coap.data / EtagOption

EtagOption

data class EtagOption : Option

The request MAY include one or more ETag Options, identifying responses that the client has stored.

Constructors

<init>

EtagOption(opaqueValue: Opaque)

The request MAY include one or more ETag Options, identifying responses that the client has stored.

Inherited Properties

number

val number: OptionNumber

OptionNumber for this option

value

val value: OptionValue

OptionValue for this option

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int