fi.foyt.foursquare.api.entities.notifications
类 MayorshipNotification

java.lang.Object
  继承者 fi.foyt.foursquare.api.entities.notifications.MayorshipNotification
所有已实现的接口:
FoursquareEntity, Serializable

public class MayorshipNotification
extends Object
implements FoursquareEntity

Entity representing "Mayorship" notification

作者:
Antti Leppä
另请参见:
序列化表格

构造方法摘要
MayorshipNotification()
           
 
方法摘要
 Long getCheckins()
          Returns checkins count
 Long getDaysBehind()
          Returns number of days user is behind current mayor
 String getImage()
          Returns image
 String getMessage()
          Returns message
 String getType()
          Returns type
 CompactUser getUser()
          Returns user
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MayorshipNotification

public MayorshipNotification()
方法详细信息

getType

public String getType()
Returns type

返回:
type

getCheckins

public Long getCheckins()
Returns checkins count

返回:
checkins count

getDaysBehind

public Long getDaysBehind()
Returns number of days user is behind current mayor

返回:
number of days user is behind current mayor

getUser

public CompactUser getUser()
Returns user

返回:
user

getMessage

public String getMessage()
Returns message

返回:
message

getImage

public String getImage()
Returns image

返回:
image


Copyright © 2013 Foyt. All Rights Reserved.