Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableBackupRunStats |
ImmutableBackupRunStats.Builder.build()
Builds a new
ImmutableBackupRunStats . |
static ImmutableBackupRunStats |
ImmutableBackupRunStats.copyOf(BackupRunStats instance)
Creates an immutable copy of a
BackupRunStats value. |
ImmutableBackupRunStats |
ImmutableBackupRunStats.withAdmittedTime(Instant value)
Copy the current immutable object by setting a present value for the optional
admittedTime attribute. |
ImmutableBackupRunStats |
ImmutableBackupRunStats.withAdmittedTime(Optional<? extends Instant> optional)
Copy the current immutable object by setting an optional value for the
admittedTime attribute. |
ImmutableBackupRunStats |
ImmutableBackupRunStats.withEndTime(Instant value)
Copy the current immutable object by setting a present value for the optional
endTime attribute. |
ImmutableBackupRunStats |
ImmutableBackupRunStats.withEndTime(Optional<? extends Instant> optional)
Copy the current immutable object by setting an optional value for the
endTime attribute. |
ImmutableBackupRunStats |
ImmutableBackupRunStats.withNumCanceledTasks(long value)
Copy the current immutable object by setting a value for the
numCanceledTasks attribute. |
ImmutableBackupRunStats |
ImmutableBackupRunStats.withNumFailedTasks(long value)
Copy the current immutable object by setting a value for the
numFailedTasks attribute. |
ImmutableBackupRunStats |
ImmutableBackupRunStats.withNumSuccessfulTasks(long value)
Copy the current immutable object by setting a value for the
numSuccessfulTasks attribute. |
ImmutableBackupRunStats |
ImmutableBackupRunStats.withStartTime(Instant value)
Copy the current immutable object by setting a value for the
startTime attribute. |
ImmutableBackupRunStats |
ImmutableBackupRunStats.withTimeTaken(Duration value)
Copy the current immutable object by setting a present value for the optional
timeTaken attribute. |
ImmutableBackupRunStats |
ImmutableBackupRunStats.withTimeTaken(Optional<? extends Duration> optional)
Copy the current immutable object by setting an optional value for the
timeTaken attribute. |
ImmutableBackupRunStats |
ImmutableBackupRunStats.withTotalBytesReadFromSource(long value)
Copy the current immutable object by setting a value for the
totalBytesReadFromSource attribute. |
ImmutableBackupRunStats |
ImmutableBackupRunStats.withTotalBytesToReadFromSource(long value)
Copy the current immutable object by setting a value for the
totalBytesToReadFromSource attribute. |
ImmutableBackupRunStats |
ImmutableBackupRunStats.withTotalLogicalBackupSizeBytes(long value)
Copy the current immutable object by setting a value for the
totalLogicalBackupSizeBytes attribute. |
ImmutableBackupRunStats |
ImmutableBackupRunStats.withTotalPhysicalBackupSizeBytes(long value)
Copy the current immutable object by setting a value for the
totalPhysicalBackupSizeBytes attribute. |
ImmutableBackupRunStats |
ImmutableBackupRunStats.withTotalSourceSizeBytes(long value)
Copy the current immutable object by setting a value for the
totalSourceSizeBytes attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.