# Print output for @column tags ?> StorageInfo.Builder - Android SDK | Android Developers

Most visited

Recently visited

StorageInfo.Builder

public static final class StorageInfo.Builder
extends Object

java.lang.Object
   ↳ android.app.appsearch.StorageInfo.Builder


Builder for StorageInfo objects.

Summary

Public constructors

Builder()

Public methods

StorageInfo build()

Builds a StorageInfo object.

StorageInfo.Builder setAliveDocumentsCount(int aliveDocumentsCount)

Sets the number of alive documents.

StorageInfo.Builder setAliveNamespacesCount(int aliveNamespacesCount)

Sets the number of alive namespaces.

StorageInfo.Builder setSizeBytes(long sizeBytes)

Sets the size in bytes.

Inherited methods

Public constructors

Builder

public Builder ()

Public methods

build

public StorageInfo build ()

Builds a StorageInfo object.

Returns
StorageInfo This value cannot be null.

setAliveDocumentsCount

public StorageInfo.Builder setAliveDocumentsCount (int aliveDocumentsCount)

Sets the number of alive documents.

Parameters
aliveDocumentsCount int

Returns
StorageInfo.Builder This value cannot be null.

setAliveNamespacesCount

public StorageInfo.Builder setAliveNamespacesCount (int aliveNamespacesCount)

Sets the number of alive namespaces.

Parameters
aliveNamespacesCount int

Returns
StorageInfo.Builder This value cannot be null.

setSizeBytes

public StorageInfo.Builder setSizeBytes (long sizeBytes)

Sets the size in bytes.

Parameters
sizeBytes long

Returns
StorageInfo.Builder This value cannot be null.