@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class RawCohesityUid extends BaseRawCohesityUid
| Modifier and Type | Method and Description |
|---|---|
long |
clusterId() |
long |
clusterIncarnationId() |
String |
entityIdString() |
boolean |
equals(Object another)
This instance is equal to all instances of
RawCohesityUid that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
value. |
static RawCohesityUid |
of(String value)
Construct a new immutable
RawCohesityUid instance. |
String[] |
parts() |
String |
value() |
of, of, toStringpublic String value()
value in class BaseRawCohesityUidvalue attributepublic boolean equals(@Nullable Object another)
RawCohesityUid 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 in class BaseRawCohesityUidparts 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 in class BaseRawCohesityUidclusterId 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 in class BaseRawCohesityUidclusterIncarnationId 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 in class BaseRawCohesityUidentityIdString attributepublic static RawCohesityUid of(String value)
RawCohesityUid instance.value - The value for the value attributeCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.