ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder

@AutoValue.Builder
abstract class ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder


The builder for ReceivedKeyedAppState.

Summary

Public functions

build

Added in 1.0.0
abstract fun build(): ReceivedKeyedAppState

Instantiate the ReceivedKeyedAppState.

Assumes the key and severity are set.

setData

Added in 1.0.0
abstract fun setData(data: String?): ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder

Set getData.

setKey

Added in 1.0.0
abstract fun setKey(key: String): ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder

Set getKey.

setMessage

Added in 1.0.0
abstract fun setMessage(message: String?): ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder

Set getMessage.

setPackageName

Added in 1.0.0
abstract fun setPackageName(packageName: String): ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder

Set getPackageName.

setTimestamp

Added in 1.0.0
abstract fun setTimestamp(timestamp: Long): ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder

Set getTimestamp.