Package org.pac4j.oauth.profile.yahoo
Class YahooImage
- java.lang.Object
-
- org.pac4j.oauth.profile.yahoo.YahooImage
-
- All Implemented Interfaces:
Serializable
public final class YahooImage extends Object implements Serializable
This class represents a Yahoo image.- Since:
- 1.1.0
- Author:
- Jerome Leleu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YahooImage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetHeight()StringgetImageUrl()StringgetSize()IntegergetWidth()voidsetHeight(Integer height)voidsetImageUrl(String imageUrl)voidsetSize(String size)voidsetWidth(Integer width)
-
-
-
Method Detail
-
getImageUrl
public String getImageUrl()
-
setImageUrl
public void setImageUrl(String imageUrl)
-
getWidth
public Integer getWidth()
-
setWidth
public void setWidth(Integer width)
-
getHeight
public Integer getHeight()
-
setHeight
public void setHeight(Integer height)
-
getSize
public String getSize()
-
setSize
public void setSize(String size)
-
-