Class Image
- java.lang.Object
-
- org.apache.camel.component.yammer.model.Image
-
public class Image extends Object
-
-
Constructor Summary
Constructors Constructor Description Image()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getSize()
String
getThumbnailUrl()
String
getUrl()
void
setSize(Long size)
void
setThumbnailUrl(String thumbnailUrl)
void
setUrl(String url)
String
toString()
-