|
|||||||||
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.SegmentLeaderboardEntryMesg
public class SegmentLeaderboardEntryMesg
Field Summary | |
---|---|
static int |
ActivityIdFieldNum
|
static int |
ActivityIdStringFieldNum
|
static int |
GroupPrimaryKeyFieldNum
|
static int |
MessageIndexFieldNum
|
static int |
NameFieldNum
|
protected static Mesg |
segmentLeaderboardEntryMesg
|
static int |
SegmentTimeFieldNum
|
static int |
TypeFieldNum
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
SegmentLeaderboardEntryMesg()
|
|
SegmentLeaderboardEntryMesg(Mesg mesg)
|
Method Summary | |
---|---|
java.lang.Long |
getActivityId()
Get activity_id field Comment: ID of the activity associated with this leader time |
java.lang.String |
getActivityIdString()
Get activity_id_string field Comment: String version of the activity_id. |
java.lang.Long |
getGroupPrimaryKey()
Get group_primary_key field Comment: Primary user ID of this leader |
java.lang.Integer |
getMessageIndex()
Get message_index field |
java.lang.String |
getName()
Get name field Comment: Friendly name assigned to leader |
java.lang.Float |
getSegmentTime()
Get segment_time field Units: s Comment: Segment Time (includes pauses) |
SegmentLeaderboardType |
getType()
Get type field Comment: Leader classification |
void |
setActivityId(java.lang.Long activityId)
Set activity_id field Comment: ID of the activity associated with this leader time |
void |
setActivityIdString(java.lang.String activityIdString)
Set activity_id_string field Comment: String version of the activity_id. |
void |
setGroupPrimaryKey(java.lang.Long groupPrimaryKey)
Set group_primary_key field Comment: Primary user ID of this leader |
void |
setMessageIndex(java.lang.Integer messageIndex)
Set message_index field |
void |
setName(java.lang.String name)
Set name field Comment: Friendly name assigned to leader |
void |
setSegmentTime(java.lang.Float segmentTime)
Set segment_time field Units: s Comment: Segment Time (includes pauses) |
void |
setType(SegmentLeaderboardType type)
Set type field Comment: Leader classification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MessageIndexFieldNum
public static final int NameFieldNum
public static final int TypeFieldNum
public static final int GroupPrimaryKeyFieldNum
public static final int ActivityIdFieldNum
public static final int SegmentTimeFieldNum
public static final int ActivityIdStringFieldNum
protected static final Mesg segmentLeaderboardEntryMesg
Constructor Detail |
---|
public SegmentLeaderboardEntryMesg()
public SegmentLeaderboardEntryMesg(Mesg mesg)
Method Detail |
---|
public java.lang.Integer getMessageIndex()
public void setMessageIndex(java.lang.Integer messageIndex)
messageIndex
- public java.lang.String getName()
getName
in class Mesg
public void setName(java.lang.String name)
name
- public SegmentLeaderboardType getType()
public void setType(SegmentLeaderboardType type)
type
- public java.lang.Long getGroupPrimaryKey()
public void setGroupPrimaryKey(java.lang.Long groupPrimaryKey)
groupPrimaryKey
- public java.lang.Long getActivityId()
public void setActivityId(java.lang.Long activityId)
activityId
- public java.lang.Float getSegmentTime()
public void setSegmentTime(java.lang.Float segmentTime)
segmentTime
- public java.lang.String getActivityIdString()
public void setActivityIdString(java.lang.String activityIdString)
activityIdString
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |