public class StravaPhotoSizes extends Object
Photo sizes
| Constructor and Description |
|---|
StravaPhotoSizes()
No args constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer[] |
getSize0() |
Integer[] |
getUrl100() |
Integer |
getUrl600() |
int |
hashCode() |
void |
setSize0(Integer[] size0) |
void |
setUrl100(Integer[] url100) |
void |
setUrl600(Integer url600) |
String |
toString() |
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public Integer[] getSize0()
public Integer[] getUrl100()
public Integer getUrl600()
public int hashCode()
hashCode in class ObjectObject.hashCode()public void setSize0(Integer[] size0)
size0 - the size0 to setpublic void setUrl100(Integer[] url100)
url100 - the url100 to setpublic void setUrl600(Integer url600)
url600 - the url600 to setpublic String toString()
toString in class ObjectObject.toString()Copyright © 2016 Dan Shannon. All rights reserved.