Package | Description |
---|---|
com.iland.cohesity.iaas.backups.samples.model |
Recovery API Model.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSample |
ImmutableSample.Builder.build()
Builds a new
ImmutableSample . |
static ImmutableSample |
ImmutableSample.copyOf(Sample instance)
Creates an immutable copy of a
Sample value. |
ImmutableSample |
ImmutableSample.withComponents(Map<? extends BackupClusterUid,? extends Optional<Long>> entries)
Copy the current immutable object by replacing the
components map with the specified map. |
ImmutableSample |
ImmutableSample.withTimestamp(Instant value)
Copy the current immutable object by setting a value for the
timestamp attribute. |
ImmutableSample |
ImmutableSample.withValue(long value)
Copy the current immutable object by setting a present value for the optional
value attribute. |
ImmutableSample |
ImmutableSample.withValue(Optional<Long> optional)
Copy the current immutable object by setting an optional value for the
value attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.