@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class StorageDomainUid extends Object
| Modifier and Type | Method and Description |
|---|---|
protected void |
check() |
long |
clusterId() |
long |
clusterIncarnationId() |
BackupClusterUid |
clusterUid() |
String |
cohesityUid() |
Long |
entityId() |
String |
entityIdString() |
boolean |
equals(Object another)
This instance is equal to all instances of
StorageDomainUid that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
value. |
static StorageDomainUid |
of(long clusterId,
long clusterIncarnationId,
long storageDomainId) |
static StorageDomainUid |
of(String value)
Construct a new immutable
StorageDomainUid instance. |
String[] |
parts() |
String |
toString() |
String |
value() |
public String value()
value attributepublic boolean equals(@Nullable Object another)
StorageDomainUid that have equal attribute values.public int hashCode()
value.public String[] parts()
Returns a lazily initialized value of the parts attribute.
Initialized once and only once and stored for subsequent access with proper synchronization.
In case of any exception or error thrown by the lazy value initializer,
the result will not be memoised (i.e. remembered) and on next call computation
will be attempted again.
parts attributepublic long clusterId()
Returns a lazily initialized value of the clusterId attribute.
Initialized once and only once and stored for subsequent access with proper synchronization.
In case of any exception or error thrown by the lazy value initializer,
the result will not be memoised (i.e. remembered) and on next call computation
will be attempted again.
clusterId attributepublic long clusterIncarnationId()
Returns a lazily initialized value of the clusterIncarnationId attribute.
Initialized once and only once and stored for subsequent access with proper synchronization.
In case of any exception or error thrown by the lazy value initializer,
the result will not be memoised (i.e. remembered) and on next call computation
will be attempted again.
clusterIncarnationId attributepublic BackupClusterUid clusterUid()
Returns a lazily initialized value of the clusterUid attribute.
Initialized once and only once and stored for subsequent access with proper synchronization.
In case of any exception or error thrown by the lazy value initializer,
the result will not be memoised (i.e. remembered) and on next call computation
will be attempted again.
clusterUid attributepublic String cohesityUid()
Returns a lazily initialized value of the cohesityUid attribute.
Initialized once and only once and stored for subsequent access with proper synchronization.
In case of any exception or error thrown by the lazy value initializer,
the result will not be memoised (i.e. remembered) and on next call computation
will be attempted again.
cohesityUid attributepublic String entityIdString()
Returns a lazily initialized value of the entityIdString attribute.
Initialized once and only once and stored for subsequent access with proper synchronization.
In case of any exception or error thrown by the lazy value initializer,
the result will not be memoised (i.e. remembered) and on next call computation
will be attempted again.
entityIdString attributepublic static StorageDomainUid of(String value)
StorageDomainUid instance.value - The value for the value attributepublic Long entityId()
public static StorageDomainUid of(long clusterId, long clusterIncarnationId, long storageDomainId)
protected void check()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.