public class DataProcessRecord extends Id
Modifier and Type | Field and Description |
---|---|
static byte |
TYPE_CREATE_SESSIONS |
static byte |
TYPE_PROCESS_LOGS |
Constructor and Description |
---|
DataProcessRecord() |
Modifier and Type | Method and Description |
---|---|
int |
getCurentHour() |
java.util.Date |
getDay() |
int |
getDeviceId() |
java.util.Date |
getStartTime() |
byte |
getType() |
void |
setCurentHour(int curentHour) |
void |
setDay(java.util.Date day) |
void |
setDeviceId(int deviceId) |
void |
setStartTime(java.util.Date startTime) |
void |
setType(byte type) |
public static final byte TYPE_PROCESS_LOGS
public static final byte TYPE_CREATE_SESSIONS
public java.util.Date getStartTime()
public void setStartTime(java.util.Date startTime)
public int getDeviceId()
public void setDeviceId(int deviceId)
public java.util.Date getDay()
public void setDay(java.util.Date day)
public int getCurentHour()
public void setCurentHour(int curentHour)
public byte getType()
public void setType(byte type)