Added in API level 31
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.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
Public methods
build
Added in API level 31
public StorageInfo build ()
Builds a StorageInfo
object.
Returns | |
---|---|
StorageInfo |
This value cannot be null . |
setAliveDocumentsCount
Added in API level 31
public StorageInfo.Builder setAliveDocumentsCount (int aliveDocumentsCount)
Sets the number of alive documents.
Parameters | |
---|---|
aliveDocumentsCount |
int |
Returns | |
---|---|
StorageInfo.Builder |
This value cannot be null . |
setAliveNamespacesCount
Added in API level 31
public StorageInfo.Builder setAliveNamespacesCount (int aliveNamespacesCount)
Sets the number of alive namespaces.
Parameters | |
---|---|
aliveNamespacesCount |
int |
Returns | |
---|---|
StorageInfo.Builder |
This value cannot be null . |
setSizeBytes
Added in API level 31
public StorageInfo.Builder setSizeBytes (long sizeBytes)
Sets the size in bytes.
Parameters | |
---|---|
sizeBytes |
long |
Returns | |
---|---|
StorageInfo.Builder |
This value cannot be null . |