public class StravaSegmentLeaderboardEntry extends Object
A single entry in a StravaSegmentLeaderboard
| Constructor and Description |
|---|
StravaSegmentLeaderboardEntry()
No args constructor
|
public StravaSegmentLeaderboardEntry()
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public Integer getActivityId()
public StravaGender getAthleteGender()
public Integer getAthleteId()
public String getAthleteName()
public String getAthleteProfile()
public Float getAverageHr()
public Float getAverageWatts()
public Float getDistance()
public Long getEffortId()
public Integer getElapsedTime()
public Integer getMovingTime()
public Integer getNeighborhoodIndex()
public Integer getRank()
public ZonedDateTime getStartDate()
public LocalDateTime getStartDateLocal()
public int hashCode()
hashCode in class ObjectObject.hashCode()public void setActivityId(Integer activityId)
activityId - the activityId to setpublic void setAthleteGender(StravaGender athleteGender)
athleteGender - the athleteGender to setpublic void setAthleteId(Integer athleteId)
athleteId - the athleteId to setpublic void setAthleteName(String athleteName)
athleteName - the athleteName to setpublic void setAthleteProfile(String athleteProfile)
athleteProfile - the athleteProfile to setpublic void setAverageHr(Float averageHr)
averageHr - the averageHr to setpublic void setAverageWatts(Float averageWatts)
averageWatts - the averageWatts to setpublic void setDistance(Float distance)
distance - the distance to setpublic void setEffortId(Long effortId)
effortId - the effortId to setpublic void setElapsedTime(Integer elapsedTime)
elapsedTime - the elapsedTime to setpublic void setMovingTime(Integer movingTime)
movingTime - the movingTime to setpublic void setNeighborhoodIndex(Integer neighborhoodIndex)
neighborhoodIndex - the neighborhoodIndex to setpublic void setRank(Integer rank)
rank - the rank to setpublic void setStartDate(ZonedDateTime startDate)
startDate - the startDate to setpublic void setStartDateLocal(LocalDateTime startDateLocal)
startDateLocal - the startDateLocal to setpublic String toString()
toString in class ObjectObject.toString()Copyright © 2016 Dan Shannon. All rights reserved.