Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableDeviceNode
Immutable implementation of
DeviceNode . |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<DeviceNode> |
ImmutableDeviceTreeDetails.deviceNodes()
Specifies the children of this node in the device tree.
|
List<DeviceNode> |
DeviceTreeDetails.deviceNodes()
Specifies the children of this node in the device tree.
|
Modifier and Type | Method and Description |
---|---|
ImmutableDeviceTreeDetails.Builder |
ImmutableDeviceTreeDetails.Builder.addDeviceNodes(DeviceNode... elements)
Adds elements to
deviceNodes list. |
ImmutableDeviceTreeDetails.Builder |
ImmutableDeviceTreeDetails.Builder.addDeviceNodes(DeviceNode element)
Adds one element to
deviceNodes list. |
static ImmutableDeviceNode |
ImmutableDeviceNode.copyOf(DeviceNode instance)
Creates an immutable copy of a
DeviceNode value. |
ImmutableDeviceNode.Builder |
ImmutableDeviceNode.Builder.from(DeviceNode instance)
Fill a builder with attribute values from the provided
DeviceNode instance. |
ImmutableDeviceTreeDetails |
ImmutableDeviceTreeDetails.withDeviceNodes(DeviceNode... elements)
Copy the current immutable object with elements that replace the content of
deviceNodes . |
Modifier and Type | Method and Description |
---|---|
ImmutableDeviceTreeDetails.Builder |
ImmutableDeviceTreeDetails.Builder.addAllDeviceNodes(Iterable<? extends DeviceNode> elements)
Adds elements to
deviceNodes list. |
ImmutableDeviceTreeDetails.Builder |
ImmutableDeviceTreeDetails.Builder.deviceNodes(Iterable<? extends DeviceNode> elements)
Sets or replaces all elements for
deviceNodes list. |
ImmutableDeviceTreeDetails |
ImmutableDeviceTreeDetails.withDeviceNodes(Iterable<? extends DeviceNode> elements)
Copy the current immutable object with elements that replace the content of
deviceNodes . |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.