com.googlecode.googleplus.model.activity
Class ActivityObjectAttachmentsImage

java.lang.Object
  extended by com.googlecode.googleplus.model.activity.ActivityObjectAttachmentsImage

public class ActivityObjectAttachmentsImage
extends Object


Constructor Summary
ActivityObjectAttachmentsImage()
           
 
Method Summary
 long getHeight()
           
 String getType()
           
 String getUrl()
           
 long getWidth()
           
 void setHeight(long height)
           
 void setType(String type)
           
 void setUrl(String url)
           
 void setWidth(long width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityObjectAttachmentsImage

public ActivityObjectAttachmentsImage()
Method Detail

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getWidth

public long getWidth()

setWidth

public void setWidth(long width)

getType

public String getType()

setType

public void setType(String type)

getHeight

public long getHeight()

setHeight

public void setHeight(long height)


Copyright © 2014. All Rights Reserved.