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

      Getter for the field imageUrl.

      Returns:
      a String object
    • setImageUrl

      public void setImageUrl(String imageUrl)

      Setter for the field imageUrl.

      Parameters:
      imageUrl - a String object
    • getWidth

      public Integer getWidth()

      Getter for the field width.

      Returns:
      a Integer object
    • setWidth

      public void setWidth(Integer width)

      Setter for the field width.

      Parameters:
      width - a Integer object
    • getHeight

      public Integer getHeight()

      Getter for the field height.

      Returns:
      a Integer object
    • setHeight

      public void setHeight(Integer height)

      Setter for the field height.

      Parameters:
      height - a Integer object
    • getSize

      public String getSize()

      Getter for the field size.

      Returns:
      a String object
    • setSize

      public void setSize(String size)

      Setter for the field size.

      Parameters:
      size - a String object