fi.foyt.foursquare.api.entities
类 Size

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

public class Size
extends Object
implements FoursquareEntity

Class representing Size entity

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

构造方法摘要
Size()
           
 
方法摘要
 Integer getHeight()
          Returns height
 String getUrl()
          Returns URL to image
 Integer getWidth()
          Returns width
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Size

public Size()
方法详细信息

getHeight

public Integer getHeight()
Returns height

返回:
height

getUrl

public String getUrl()
Returns URL to image

返回:
URL to image

getWidth

public Integer getWidth()
Returns width

返回:
width


Copyright © 2013 Foyt. All Rights Reserved.