public class Channel extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Channel.MetaData |
| Modifier and Type | Field and Description |
|---|---|
protected List<Channel.MetaData> |
mds |
protected String[] |
path |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetadata(String key,
String value) |
Map<String,String> |
getMetadata() |
String[] |
getPath() |
String |
getPathAsString() |
protected String[] path
protected List<Channel.MetaData> mds
Copyright © 2024 LSST. All rights reserved.