Package org.pac4j.oauth.profile.yahoo
Class YahooImage
java.lang.Object
org.pac4j.oauth.profile.yahoo.YahooImage
- All Implemented Interfaces:
Serializable
This class represents a Yahoo image.
- Since:
- 1.1.0
- Author:
- Jerome Leleu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldheight.Getter for the fieldimageUrl.getSize()Getter for the fieldsize.getWidth()Getter for the fieldwidth.voidSetter for the fieldheight.voidsetImageUrl(String imageUrl) Setter for the fieldimageUrl.voidSetter for the fieldsize.voidSetter for the fieldwidth.
-
Constructor Details
-
YahooImage
public YahooImage()
-
-
Method Details
-
getImageUrl
Getter for the field
imageUrl.- Returns:
- a
Stringobject
-
setImageUrl
Setter for the field
imageUrl.- Parameters:
imageUrl- aStringobject
-
getWidth
Getter for the field
width.- Returns:
- a
Integerobject
-
setWidth
Setter for the field
width.- Parameters:
width- aIntegerobject
-
getHeight
Getter for the field
height.- Returns:
- a
Integerobject
-
setHeight
Setter for the field
height.- Parameters:
height- aIntegerobject
-
getSize
Getter for the field
size.- Returns:
- a
Stringobject
-
setSize
Setter for the field
size.- Parameters:
size- aStringobject
-