|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.garmin.fit.Mesg
com.garmin.fit.CameraEventMesg
public class CameraEventMesg
Field Summary | |
---|---|
protected static Mesg |
cameraEventMesg
|
static int |
CameraEventTypeFieldNum
|
static int |
CameraFileUuidFieldNum
|
static int |
CameraOrientationFieldNum
|
static int |
TimestampFieldNum
|
static int |
TimestampMsFieldNum
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
CameraEventMesg()
|
|
CameraEventMesg(Mesg mesg)
|
Method Summary | |
---|---|
CameraEventType |
getCameraEventType()
Get camera_event_type field |
java.lang.String |
getCameraFileUuid()
Get camera_file_uuid field |
CameraOrientationType |
getCameraOrientation()
Get camera_orientation field |
DateTime |
getTimestamp()
Get timestamp field Units: s Comment: Whole second part of the timestamp. |
java.lang.Integer |
getTimestampMs()
Get timestamp_ms field Units: ms Comment: Millisecond part of the timestamp. |
void |
setCameraEventType(CameraEventType cameraEventType)
Set camera_event_type field |
void |
setCameraFileUuid(java.lang.String cameraFileUuid)
Set camera_file_uuid field |
void |
setCameraOrientation(CameraOrientationType cameraOrientation)
Set camera_orientation field |
void |
setTimestamp(DateTime timestamp)
Set timestamp field Units: s Comment: Whole second part of the timestamp. |
void |
setTimestampMs(java.lang.Integer timestampMs)
Set timestamp_ms field Units: ms Comment: Millisecond part of the timestamp. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TimestampFieldNum
public static final int TimestampMsFieldNum
public static final int CameraEventTypeFieldNum
public static final int CameraFileUuidFieldNum
public static final int CameraOrientationFieldNum
protected static final Mesg cameraEventMesg
Constructor Detail |
---|
public CameraEventMesg()
public CameraEventMesg(Mesg mesg)
Method Detail |
---|
public DateTime getTimestamp()
public void setTimestamp(DateTime timestamp)
timestamp
- public java.lang.Integer getTimestampMs()
public void setTimestampMs(java.lang.Integer timestampMs)
timestampMs
- public CameraEventType getCameraEventType()
public void setCameraEventType(CameraEventType cameraEventType)
cameraEventType
- public java.lang.String getCameraFileUuid()
public void setCameraFileUuid(java.lang.String cameraFileUuid)
cameraFileUuid
- public CameraOrientationType getCameraOrientation()
public void setCameraOrientation(CameraOrientationType cameraOrientation)
cameraOrientation
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |