public class NamespacedId extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected Namespace |
namespace |
| Modifier | Constructor and Description |
|---|---|
protected |
NamespacedId(NamespacedId other) |
|
NamespacedId(Namespace namespace,
String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
Namespace |
getNamespace() |
int |
hashCode() |
protected NamespacedId(NamespacedId other)
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.