public class StravaActivityPhotos extends Object
Photo(s) associated with a specific activity
| Constructor and Description |
|---|
StravaActivityPhotos() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getCount() |
StravaPhoto |
getPrimary() |
int |
hashCode() |
void |
setCount(Integer count) |
void |
setPrimary(StravaPhoto primary) |
String |
toString() |
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public Integer getCount()
public StravaPhoto getPrimary()
public int hashCode()
hashCode in class ObjectObject.hashCode()public void setCount(Integer count)
count - the count to setpublic void setPrimary(StravaPhoto primary)
primary - the primary to setpublic String toString()
toString in class ObjectObject.toString()Copyright © 2016 Dan Shannon. All rights reserved.