public class StravaAthlete extends Object implements StravaCacheable<Integer>
| Constructor and Description |
|---|
StravaAthlete()
no args constructor
|
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public Boolean getApproveFollowers()
public StravaAthleteType getAthleteType()
public Integer getBadgeTypeId()
public List<StravaGear> getBikes()
public String getCity()
public List<StravaClub> getClubs()
public String getCountry()
public ZonedDateTime getCreatedAt()
public String getDatePreference()
public String getEmail()
public String getFirstname()
public StravaFollowerState getFollower()
public Integer getFollowerCount()
public StravaFollowerState getFriend()
public Integer getFriendCount()
public Integer getFtp()
public Integer getId()
getId in interface StravaCacheable<Integer>public String getLastname()
public StravaMeasurementMethod getMeasurementPreference()
public Integer getMutualFriendCount()
public Boolean getPremium()
public String getProfile()
public String getProfileMedium()
public StravaResourceState getResourceState()
getResourceState in interface StravaCacheable<Integer>public StravaGender getSex()
public List<StravaGear> getShoes()
public String getState()
public ZonedDateTime getUpdatedAt()
public Float getWeight()
public int hashCode()
hashCode in class ObjectObject.hashCode()public void setApproveFollowers(Boolean approveFollowers)
approveFollowers - the approveFollowers to setpublic void setAthleteType(StravaAthleteType athleteType)
athleteType - the athleteType to setpublic void setBadgeTypeId(Integer badgeTypeId)
badgeTypeId - the badgeTypeId to setpublic void setBikes(List<StravaGear> bikes)
bikes - the bikes to setpublic void setCity(String city)
city - the city to setpublic void setClubs(List<StravaClub> clubs)
clubs - the clubs to setpublic void setCountry(String country)
country - the country to setpublic void setCreatedAt(ZonedDateTime createdAt)
createdAt - the createdAt to setpublic void setDatePreference(String datePreference)
datePreference - the datePreference to setpublic void setEmail(String email)
email - the email to setpublic void setFirstname(String firstname)
firstname - the firstname to setpublic void setFollower(StravaFollowerState follower)
follower - the follower to setpublic void setFollowerCount(Integer followerCount)
followerCount - the followerCount to setpublic void setFriend(StravaFollowerState friend)
friend - the friend to setpublic void setFriendCount(Integer friendCount)
friendCount - the friendCount to setpublic void setFtp(Integer ftp)
ftp - the ftp to setpublic void setId(Integer id)
id - the id to setpublic void setLastname(String lastname)
lastname - the lastname to setpublic void setMeasurementPreference(StravaMeasurementMethod measurementPreference)
measurementPreference - the measurementPreference to setpublic void setMutualFriendCount(Integer mutualFriendCount)
mutualFriendCount - the mutualFriendCount to setpublic void setPremium(Boolean premium)
premium - the premium to setpublic void setProfile(String profile)
profile - the profile to setpublic void setProfileMedium(String profileMedium)
profileMedium - the profileMedium to setpublic void setResourceState(StravaResourceState resourceState)
resourceState - the resourceState to setpublic void setSex(StravaGender sex)
sex - the sex to setpublic void setShoes(List<StravaGear> shoes)
shoes - the shoes to setpublic void setState(String state)
state - the state to setpublic void setUpdatedAt(ZonedDateTime updatedAt)
updatedAt - the updatedAt to setpublic void setWeight(Float weight)
weight - the weight to setpublic String toString()
toString in class ObjectObject.toString()Copyright © 2016 Dan Shannon. All rights reserved.