|
|||||||||
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.SegmentIdMesg
public class SegmentIdMesg
Field Summary | |
---|---|
static int |
DefaultRaceLeaderFieldNum
|
static int |
DeleteStatusFieldNum
|
static int |
DeviceIdFieldNum
|
static int |
EnabledFieldNum
|
static int |
NameFieldNum
|
protected static Mesg |
segmentIdMesg
|
static int |
SelectionTypeFieldNum
|
static int |
SportFieldNum
|
static int |
UserProfilePrimaryKeyFieldNum
|
static int |
UuidFieldNum
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
SegmentIdMesg()
|
|
SegmentIdMesg(Mesg mesg)
|
Method Summary | |
---|---|
java.lang.Short |
getDefaultRaceLeader()
Get default_race_leader field Comment: Index for the Leader Board entry selected as the default race participant |
SegmentDeleteStatus |
getDeleteStatus()
Get delete_status field Comment: Indicates if any segments should be deleted |
java.lang.Long |
getDeviceId()
Get device_id field Comment: ID of the device that created the segment |
Bool |
getEnabled()
Get enabled field Comment: Segment enabled for evaluation |
java.lang.String |
getName()
Get name field Comment: Friendly name assigned to segment |
SegmentSelectionType |
getSelectionType()
Get selection_type field Comment: Indicates how the segment was selected to be sent to the device |
Sport |
getSport()
Get sport field Comment: Sport associated with the segment |
java.lang.Long |
getUserProfilePrimaryKey()
Get user_profile_primary_key field Comment: Primary key of the user that created the segment |
java.lang.String |
getUuid()
Get uuid field Comment: UUID of the segment |
void |
setDefaultRaceLeader(java.lang.Short defaultRaceLeader)
Set default_race_leader field Comment: Index for the Leader Board entry selected as the default race participant |
void |
setDeleteStatus(SegmentDeleteStatus deleteStatus)
Set delete_status field Comment: Indicates if any segments should be deleted |
void |
setDeviceId(java.lang.Long deviceId)
Set device_id field Comment: ID of the device that created the segment |
void |
setEnabled(Bool enabled)
Set enabled field Comment: Segment enabled for evaluation |
void |
setName(java.lang.String name)
Set name field Comment: Friendly name assigned to segment |
void |
setSelectionType(SegmentSelectionType selectionType)
Set selection_type field Comment: Indicates how the segment was selected to be sent to the device |
void |
setSport(Sport sport)
Set sport field Comment: Sport associated with the segment |
void |
setUserProfilePrimaryKey(java.lang.Long userProfilePrimaryKey)
Set user_profile_primary_key field Comment: Primary key of the user that created the segment |
void |
setUuid(java.lang.String uuid)
Set uuid field Comment: UUID of the segment |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NameFieldNum
public static final int UuidFieldNum
public static final int SportFieldNum
public static final int EnabledFieldNum
public static final int UserProfilePrimaryKeyFieldNum
public static final int DeviceIdFieldNum
public static final int DefaultRaceLeaderFieldNum
public static final int DeleteStatusFieldNum
public static final int SelectionTypeFieldNum
protected static final Mesg segmentIdMesg
Constructor Detail |
---|
public SegmentIdMesg()
public SegmentIdMesg(Mesg mesg)
Method Detail |
---|
public java.lang.String getName()
getName
in class Mesg
public void setName(java.lang.String name)
name
- public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid
- public Sport getSport()
public void setSport(Sport sport)
sport
- public Bool getEnabled()
public void setEnabled(Bool enabled)
enabled
- public java.lang.Long getUserProfilePrimaryKey()
public void setUserProfilePrimaryKey(java.lang.Long userProfilePrimaryKey)
userProfilePrimaryKey
- public java.lang.Long getDeviceId()
public void setDeviceId(java.lang.Long deviceId)
deviceId
- public java.lang.Short getDefaultRaceLeader()
public void setDefaultRaceLeader(java.lang.Short defaultRaceLeader)
defaultRaceLeader
- public SegmentDeleteStatus getDeleteStatus()
public void setDeleteStatus(SegmentDeleteStatus deleteStatus)
deleteStatus
- public SegmentSelectionType getSelectionType()
public void setSelectionType(SegmentSelectionType selectionType)
selectionType
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |