Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableCopyRunStats |
ImmutableCopyRunStats.Builder.build()
Builds a new
ImmutableCopyRunStats . |
static ImmutableCopyRunStats |
ImmutableCopyRunStats.copyOf(CopyRunStats instance)
Creates an immutable copy of a
CopyRunStats value. |
ImmutableCopyRunStats |
ImmutableCopyRunStats.withEndTime(Instant value)
Copy the current immutable object by setting a present value for the optional
endTime attribute. |
ImmutableCopyRunStats |
ImmutableCopyRunStats.withEndTime(Optional<? extends Instant> optional)
Copy the current immutable object by setting an optional value for the
endTime attribute. |
ImmutableCopyRunStats |
ImmutableCopyRunStats.withIsIncremental(boolean value)
Copy the current immutable object by setting a present value for the optional
isIncremental attribute. |
ImmutableCopyRunStats |
ImmutableCopyRunStats.withIsIncremental(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
isIncremental attribute. |
ImmutableCopyRunStats |
ImmutableCopyRunStats.withLogicalBytesTransferred(long value)
Copy the current immutable object by setting a value for the
logicalBytesTransferred attribute. |
ImmutableCopyRunStats |
ImmutableCopyRunStats.withLogicalSizeBytes(long value)
Copy the current immutable object by setting a value for the
logicalSizeBytes attribute. |
ImmutableCopyRunStats |
ImmutableCopyRunStats.withLogicalTransferRateBps(long value)
Copy the current immutable object by setting a value for the
logicalTransferRateBps attribute. |
ImmutableCopyRunStats |
ImmutableCopyRunStats.withPhysicalBytesTransferred(long value)
Copy the current immutable object by setting a value for the
physicalBytesTransferred attribute. |
ImmutableCopyRunStats |
ImmutableCopyRunStats.withStartTime(Instant value)
Copy the current immutable object by setting a present value for the optional
startTime attribute. |
ImmutableCopyRunStats |
ImmutableCopyRunStats.withStartTime(Optional<? extends Instant> optional)
Copy the current immutable object by setting an optional value for the
startTime attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.