public class StravaAchievement extends Object
Authenticated user's achievement on a given segment effort
| Constructor and Description |
|---|
StravaAchievement()
No-args constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getRank() |
String |
getType() |
Integer |
getTypeId() |
int |
hashCode() |
void |
setRank(Integer rank) |
void |
setType(String type) |
void |
setTypeId(Integer typeId) |
String |
toString() |
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public Integer getRank()
public String getType()
public Integer getTypeId()
public int hashCode()
hashCode in class ObjectObject.hashCode()public void setRank(Integer rank)
rank - the rank to setpublic void setType(String type)
type - the type to setpublic void setTypeId(Integer typeId)
typeId - the typeId to setpublic String toString()
toString in class ObjectObject.toString()Copyright © 2016 Dan Shannon. All rights reserved.