# Print output for @column tags ?>
public
static
final
class
StorageInfo.Builder
extends Object
| java.lang.Object | |
| ↳ | android.app.appsearch.StorageInfo.Builder |
Builder for StorageInfo objects.
Public constructors | |
|---|---|
Builder()
|
|
Public methods | |
|---|---|
StorageInfo
|
build()
Builds a |
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 Builder ()
public StorageInfo build ()
Builds a StorageInfo object.
| Returns | |
|---|---|
StorageInfo |
This value cannot be null. |
public StorageInfo.Builder setAliveDocumentsCount (int aliveDocumentsCount)
Sets the number of alive documents.
| Parameters | |
|---|---|
aliveDocumentsCount |
int |
| Returns | |
|---|---|
StorageInfo.Builder |
This value cannot be null. |
public StorageInfo.Builder setAliveNamespacesCount (int aliveNamespacesCount)
Sets the number of alive namespaces.
| Parameters | |
|---|---|
aliveNamespacesCount |
int |
| Returns | |
|---|---|
StorageInfo.Builder |
This value cannot be null. |
public StorageInfo.Builder setSizeBytes (long sizeBytes)
Sets the size in bytes.
| Parameters | |
|---|---|
sizeBytes |
long |
| Returns | |
|---|---|
StorageInfo.Builder |
This value cannot be null. |