fi.foyt.foursquare.api.entities
类 Badge

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

public class Badge
extends Object
implements FoursquareEntity

Class representing Badge entity

作者:
Antti Leppä
另请参见:
https://developer.foursquare.com/docs/responses/badge.html, 序列化表格

构造方法摘要
Badge()
           
 
方法摘要
 String getBadgeId()
          Return badge id
 String getDescription()
          Returns badge's description
 String getHint()
          Returns hint how to obtain badge
 String getId()
          Returns id
 BadgeImage getImage()
          Returns badge's image
 String getName()
          Returns badge's name
 BadgeUnlock[] getUnlocks()
          Returns array of unlock data
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Badge

public Badge()
方法详细信息

getId

public String getId()
Returns id

返回:
id

getBadgeId

public String getBadgeId()
Return badge id

返回:
badge id

getName

public String getName()
Returns badge's name

返回:
badge's name

getHint

public String getHint()
Returns hint how to obtain badge

返回:
hint how to obtain badge

getDescription

public String getDescription()
Returns badge's description

返回:
badge's description

getImage

public BadgeImage getImage()
Returns badge's image

返回:
badge's image

getUnlocks

public BadgeUnlock[] getUnlocks()
Returns array of unlock data

返回:
array of unlock data


Copyright © 2013 Foyt. All Rights Reserved.