| Constructor and Description |
|---|
StravaActivityZone()
No args constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getCustomZones() |
List<StravaActivityZoneDistributionBucket> |
getDistributionBuckets() |
Integer |
getMax() |
Integer |
getPoints() |
StravaResourceState |
getResourceState() |
Integer |
getScore() |
Boolean |
getSensorBased() |
StravaActivityZoneType |
getType() |
int |
hashCode() |
void |
setCustomZones(Boolean customZones) |
void |
setDistributionBuckets(List<StravaActivityZoneDistributionBucket> distributionBuckets) |
void |
setMax(Integer max) |
void |
setPoints(Integer points) |
void |
setResourceState(StravaResourceState resourceState) |
void |
setScore(Integer score) |
void |
setSensorBased(Boolean sensorBased) |
void |
setType(StravaActivityZoneType type) |
String |
toString() |
public Integer getScore()
public void setScore(Integer score)
score - the score to setpublic List<StravaActivityZoneDistributionBucket> getDistributionBuckets()
public void setDistributionBuckets(List<StravaActivityZoneDistributionBucket> distributionBuckets)
distributionBuckets - the distributionBuckets to setpublic StravaActivityZoneType getType()
public void setType(StravaActivityZoneType type)
type - the type to setpublic StravaResourceState getResourceState()
public void setResourceState(StravaResourceState resourceState)
resourceState - the resourceState to setpublic Boolean getSensorBased()
public void setSensorBased(Boolean sensorBased)
sensorBased - the sensorBased to setpublic Integer getPoints()
public void setPoints(Integer points)
points - the points to setpublic Boolean getCustomZones()
public void setCustomZones(Boolean customZones)
customZones - the customZones to setpublic Integer getMax()
public void setMax(Integer max)
max - the max to setpublic String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2016 Dan Shannon. All rights reserved.