Package org.pac4j.oauth.profile.facebook
Class FacebookMusicListen
java.lang.Object
org.pac4j.oauth.profile.facebook.FacebookMusicListen
- All Implemented Interfaces:
Serializable
This class represents a Facebook music listened.
- Since:
- 1.2.0
- Author:
- Jerome Leleu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldapplication.Getter for the fieldendTime.getFrom()Getter for the fieldfrom.getId()Getter for the fieldid.Getter for the fieldmusician.Getter for the fieldnoFeedStory.Getter for the fieldpublishTime.Getter for the fieldradioStation.getSong()Getter for the fieldsong.Getter for the fieldstartTime.getType()Getter for the fieldtype.voidsetApplication(FacebookApplication application) Setter for the fieldapplication.voidsetEndTime(Date endTime) Setter for the fieldendTime.voidsetFrom(FacebookObject from) Setter for the fieldfrom.voidSetter for the fieldid.voidsetMusician(FacebookMusicData musician) Setter for the fieldmusician.voidsetNoFeedStory(Boolean noFeedStory) Setter for the fieldnoFeedStory.voidsetPublishTime(Date publishTime) Setter for the fieldpublishTime.voidsetRadioStation(FacebookMusicData radioStation) Setter for the fieldradioStation.voidsetSong(FacebookMusicData song) Setter for the fieldsong.voidsetStartTime(Date startTime) Setter for the fieldstartTime.voidSetter for the fieldtype.
-
Constructor Details
-
FacebookMusicListen
public FacebookMusicListen()
-
-
Method Details
-
getId
Getter for the field
id.- Returns:
- a
Stringobject
-
setId
Setter for the field
id.- Parameters:
id- aStringobject
-
getFrom
Getter for the field
from.- Returns:
- a
FacebookObjectobject
-
setFrom
Setter for the field
from.- Parameters:
from- aFacebookObjectobject
-
getStartTime
Getter for the field
startTime.- Returns:
- a
Dateobject
-
setStartTime
Setter for the field
startTime.- Parameters:
startTime- aDateobject
-
getEndTime
Getter for the field
endTime.- Returns:
- a
Dateobject
-
setEndTime
Setter for the field
endTime.- Parameters:
endTime- aDateobject
-
getPublishTime
Getter for the field
publishTime.- Returns:
- a
Dateobject
-
setPublishTime
Setter for the field
publishTime.- Parameters:
publishTime- aDateobject
-
getApplication
Getter for the field
application.- Returns:
- a
FacebookApplicationobject
-
setApplication
Setter for the field
application.- Parameters:
application- aFacebookApplicationobject
-
getType
Getter for the field
type.- Returns:
- a
Stringobject
-
setType
Setter for the field
type.- Parameters:
type- aStringobject
-
getNoFeedStory
Getter for the field
noFeedStory.- Returns:
- a
Booleanobject
-
setNoFeedStory
Setter for the field
noFeedStory.- Parameters:
noFeedStory- aBooleanobject
-
getSong
Getter for the field
song.- Returns:
- a
FacebookMusicDataobject
-
setSong
Setter for the field
song.- Parameters:
song- aFacebookMusicDataobject
-
getMusician
Getter for the field
musician.- Returns:
- a
FacebookMusicDataobject
-
setMusician
Setter for the field
musician.- Parameters:
musician- aFacebookMusicDataobject
-
getRadioStation
Getter for the field
radioStation.- Returns:
- a
FacebookMusicDataobject
-
setRadioStation
Setter for the field
radioStation.- Parameters:
radioStation- aFacebookMusicDataobject
-