public class XMeta extends Object
| Constructor and Description | 
|---|
XMeta()  | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getColumns()
Gets the columns. 
 | 
Long | 
getEnd()
Gets the end. 
 | 
List<String> | 
getLegends()
Gets the legend entries. 
 | 
Long | 
getRows()
Gets the rows. 
 | 
Long | 
getStart()
Gets the start. 
 | 
Long | 
getStep()
Gets the step. 
 | 
void | 
setColumns(Long columns)
Sets the columns. 
 | 
void | 
setEnd(Long end)
Sets the end. 
 | 
void | 
setLegends(List<String> entries)
Sets the legend entries. 
 | 
void | 
setRows(Long rows)
Sets the rows. 
 | 
void | 
setStart(Long start)
Sets the start. 
 | 
void | 
setStep(Long step)
Sets the step. 
 | 
public Long getStart()
The start time expressed in seconds since 1970-01-01 UTC.
public void setStart(Long start)
start - the new startpublic Long getEnd()
The end time expressed in seconds since 1970-01-01 UTC
public void setEnd(Long end)
end - the new endpublic Long getStep()
The step (interval) time expressed in seconds
public void setStep(Long step)
step - the new steppublic Long getRows()
public void setRows(Long rows)
rows - the new rowspublic Long getColumns()
public void setColumns(Long columns)
columns - the new columnsCopyright © 2021. All rights reserved.