public abstract class

ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder

extends java.lang.Object

 java.lang.Object

↳androidx.enterprise.feedback.ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder

Overview

The builder for ReceivedKeyedAppState.

Summary

Methods
public abstract ReceivedKeyedAppStatebuild()

Instantiate the ReceivedKeyedAppState.

public abstract ReceivedKeyedAppState.ReceivedKeyedAppStateBuildersetData(java.lang.String data)

Set ReceivedKeyedAppState.getData().

public abstract ReceivedKeyedAppState.ReceivedKeyedAppStateBuildersetKey(java.lang.String key)

Set ReceivedKeyedAppState.getKey().

public abstract ReceivedKeyedAppState.ReceivedKeyedAppStateBuildersetMessage(java.lang.String message)

Set ReceivedKeyedAppState.getMessage().

public abstract ReceivedKeyedAppState.ReceivedKeyedAppStateBuildersetPackageName(java.lang.String packageName)

Set ReceivedKeyedAppState.getPackageName().

public abstract ReceivedKeyedAppState.ReceivedKeyedAppStateBuildersetSeverity(int severity)

Set ReceivedKeyedAppState.getSeverity().

public abstract ReceivedKeyedAppState.ReceivedKeyedAppStateBuildersetTimestamp(long timestamp)

Set ReceivedKeyedAppState.getTimestamp().

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public abstract ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder setPackageName(java.lang.String packageName)

Set ReceivedKeyedAppState.getPackageName().

public abstract ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder setTimestamp(long timestamp)

Set ReceivedKeyedAppState.getTimestamp().

public abstract ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder setKey(java.lang.String key)

Set ReceivedKeyedAppState.getKey().

public abstract ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder setSeverity(int severity)

Set ReceivedKeyedAppState.getSeverity().

public abstract ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder setMessage(java.lang.String message)

Set ReceivedKeyedAppState.getMessage().

public abstract ReceivedKeyedAppState.ReceivedKeyedAppStateBuilder setData(java.lang.String data)

Set ReceivedKeyedAppState.getData().

public abstract ReceivedKeyedAppState build()

Instantiate the ReceivedKeyedAppState.

Assumes the key and severity are set.