public static class Trend.Descriptor extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Descriptor() |
Descriptor(String path) |
Descriptor(String path,
String displayPath) |
Descriptor(Trend.Descriptor other) |
| Modifier and Type | Method and Description |
|---|---|
Trend.Descriptor |
clone() |
String |
getDisplayPath() |
String |
getPath() |
String |
getTimeWindow() |
String |
getTitle() |
void |
setDisplayPath(String displayPath) |
void |
setPath(String path) |
void |
setTimeWindow(String timeWindow) |
String |
toString() |
public Descriptor()
public Descriptor(String path)
public Descriptor(Trend.Descriptor other)
public String getTimeWindow()
public void setTimeWindow(String timeWindow)
public String getDisplayPath()
public void setDisplayPath(String displayPath)
public String getPath()
public void setPath(String path)
public String getTitle()
public Trend.Descriptor clone()
Copyright © 2023 LSST. All rights reserved.