public class StravaEventSubscription extends Object
| Constructor and Description |
|---|
StravaEventSubscription()
No-argument constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getApplicationId() |
StravaSubscriptionAspectType |
getAspectType() |
String |
getCallbackURL() |
ZonedDateTime |
getCreatedAt() |
Integer |
getId() |
StravaSubscriptionObjectType |
getObjectType() |
ZonedDateTime |
getUpdatedAt() |
int |
hashCode() |
void |
setApplicationId(Integer applicationId) |
void |
setAspectType(StravaSubscriptionAspectType aspectType) |
void |
setCallbackURL(String callbackURL) |
void |
setCreatedAt(ZonedDateTime createdAt) |
void |
setId(Integer id) |
void |
setObjectType(StravaSubscriptionObjectType objectType) |
void |
setUpdatedAt(ZonedDateTime updatedAt) |
String |
toString() |
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public Integer getApplicationId()
public StravaSubscriptionAspectType getAspectType()
public String getCallbackURL()
public ZonedDateTime getCreatedAt()
public Integer getId()
public StravaSubscriptionObjectType getObjectType()
public ZonedDateTime getUpdatedAt()
public int hashCode()
hashCode in class ObjectObject.hashCode()public void setApplicationId(Integer applicationId)
applicationId - the applicationId to setpublic void setAspectType(StravaSubscriptionAspectType aspectType)
aspectType - the aspectType to setpublic void setCallbackURL(String callbackURL)
callbackURL - the callbackURL to setpublic void setCreatedAt(ZonedDateTime createdAt)
createdAt - the createdAt to setpublic void setId(Integer id)
id - the id to setpublic void setObjectType(StravaSubscriptionObjectType objectType)
objectType - the objectType to setpublic void setUpdatedAt(ZonedDateTime updatedAt)
updatedAt - the updatedAt to setpublic String toString()
toString in class ObjectObject.toString()Copyright © 2016 Dan Shannon. All rights reserved.