@Embeddable public class DataPath extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
agentName |
protected String |
dataName |
| Constructor and Description |
|---|
DataPath() |
DataPath(String agentName,
String dataName) |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
decodePath(String path) |
static String |
encodePath(String[] path) |
boolean |
equals(Object obj) |
String |
getAgentName() |
String |
getDataName() |
String |
getFullKey() |
String[] |
getPath() |
int |
hashCode() |
void |
setAgentName(String agentName) |
void |
setDataName(String dataName) |
String |
toString() |
Copyright © 2024 LSST. All rights reserved.