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

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

public class TipNotification
extends Object
implements FoursquareEntity

Entity representing "Tip" notification

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

构造方法摘要
TipNotification()
           
 
方法摘要
 String getName()
          Returns name
 CompleteTip getTip()
          Returns tip entity itself
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TipNotification

public TipNotification()
方法详细信息

getName

public String getName()
Returns name

返回:
name

getTip

public CompleteTip getTip()
Returns tip entity itself

返回:
tip entity itself


Copyright © 2013 Foyt. All Rights Reserved.