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:
  • Constructor Details

    • YahooImage

      public YahooImage()
  • Method Details

    • 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)