public class Occupancy extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
long |
pId |
Timestamp |
time
Deprecated.
|
Timestamp |
timestamp |
OccupancyType |
type |
float |
value |
| Constructor and Description |
|---|
Occupancy() |
Occupancy(long pId,
Timestamp timestamp,
float value,
OccupancyType type) |
| Modifier and Type | Method and Description |
|---|---|
long |
getpId() |
Timestamp |
getTime()
Deprecated.
|
Timestamp |
getTimestamp() |
OccupancyType |
getType() |
float |
getValue() |
void |
setpId(long pId) |
void |
setTime(Timestamp time)
Deprecated.
|
void |
setTimestamp(Timestamp timestamp) |
void |
setType(OccupancyType type) |
void |
setValue(float value) |
String |
toString() |
public long pId
@Deprecated public Timestamp time
public Timestamp timestamp
public float value
public OccupancyType type
public Occupancy()
public Occupancy(long pId,
Timestamp timestamp,
float value,
OccupancyType type)
public long getpId()
public void setpId(long pId)
@Deprecated public Timestamp getTime()
@Deprecated public void setTime(Timestamp time)
public Timestamp getTimestamp()
public void setTimestamp(Timestamp timestamp)
public float getValue()
public void setValue(float value)
public OccupancyType getType()
public void setType(OccupancyType type)
Copyright © 2019. All rights reserved.