ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder

@AutoValue.Builder
public abstract class ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder


The builder for ReceivedKeyedAppState.

Summary

Public methods

build

Added in 1.0.0
public abstract @NonNull ReceivedKeyedAppState build()

Instantiate the ReceivedKeyedAppState.

Assumes the key and severity are set.

setMessage

Added in 1.0.0
public abstract @NonNull ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder setMessage(@Nullable String message)

Set getMessage.

setPackageName

Added in 1.0.0
public abstract @NonNull ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder setPackageName(@NonNull String packageName)

Set getPackageName.

setTimestamp

Added in 1.0.0
public abstract @NonNull ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder setTimestamp(long timestamp)

Set getTimestamp.