@Entity public class StatTimeInterval extends Object implements Serializable
| Constructor and Description |
|---|
StatTimeInterval() |
StatTimeInterval(long startTime,
long binWidth) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getBinWidth() |
long |
getEndTime() |
long |
getId() |
long |
getStartTime() |
int |
hashCode() |
void |
setBinWidth(long binWidth) |
void |
setEndTime(long endTime) |
void |
setId(long id) |
void |
setStartTime(long startTime) |
public StatTimeInterval()
public StatTimeInterval(long startTime,
long binWidth)
public long getId()
public void setId(long id)
id - the id to setpublic long getStartTime()
public void setStartTime(long startTime)
startTime - the startTime to setpublic void setEndTime(long endTime)
endTime - the startTime to setpublic long getEndTime()
public long getBinWidth()
public void setBinWidth(long binWidth)
Copyright © 2023 LSST. All rights reserved.