public abstract class BaseRawCohesityUid extends Object
Constructor and Description |
---|
BaseRawCohesityUid() |
Modifier and Type | Method and Description |
---|---|
long |
clusterId() |
long |
clusterIncarnationId() |
String |
entityIdString() |
static RawCohesityUid |
of(long clusterId,
long clusterIncarnationId,
long entityId) |
static RawCohesityUid |
of(long clusterId,
long clusterIncarnationId,
String entityId) |
protected String[] |
parts() |
String |
toString() |
abstract String |
value() |
public abstract String value()
public static RawCohesityUid of(long clusterId, long clusterIncarnationId, String entityId)
public static RawCohesityUid of(long clusterId, long clusterIncarnationId, long entityId)
protected String[] parts()
public long clusterId()
public long clusterIncarnationId()
public String entityIdString()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.