public class EZDeviceRecordFile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR |
Modifier | Constructor and Description |
---|---|
|
EZDeviceRecordFile() |
protected |
EZDeviceRecordFile(Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.lang.String |
getCameraType()
Get channel type
|
java.util.Calendar |
getStartTime()
File start time
|
java.util.Calendar |
getStopTime()
Get file end time
|
int |
getType()
Get file type
|
void |
setStartTime(java.util.Calendar startTime)
Set file start time
|
void |
setStopTime(java.util.Calendar stopTime)
Set file end time
|
void |
writeToParcel(Parcel dest,
int flags) |
public EZDeviceRecordFile()
protected EZDeviceRecordFile(Parcel in)
public java.util.Calendar getStartTime()
public void setStartTime(java.util.Calendar startTime)
startTime
- start timepublic void setStopTime(java.util.Calendar stopTime)
stopTime
- end timepublic java.util.Calendar getStopTime()
public int getType()
public java.lang.String getCameraType()
public int describeContents()
public void writeToParcel(Parcel dest, int flags)