Class FacebookMusicListen

java.lang.Object
org.pac4j.oauth.profile.facebook.FacebookMusicListen
All Implemented Interfaces:
Serializable

public final class FacebookMusicListen extends Object implements Serializable
This class represents a Facebook music listened.
Since:
1.2.0
Author:
Jerome Leleu
See Also:
  • Constructor Details

    • FacebookMusicListen

      public FacebookMusicListen()
  • Method Details

    • getId

      public String getId()

      Getter for the field id.

      Returns:
      a String object
    • setId

      public void setId(String id)

      Setter for the field id.

      Parameters:
      id - a String object
    • getFrom

      public FacebookObject getFrom()

      Getter for the field from.

      Returns:
      a FacebookObject object
    • setFrom

      public void setFrom(FacebookObject from)

      Setter for the field from.

      Parameters:
      from - a FacebookObject object
    • getStartTime

      public Date getStartTime()

      Getter for the field startTime.

      Returns:
      a Date object
    • setStartTime

      public void setStartTime(Date startTime)

      Setter for the field startTime.

      Parameters:
      startTime - a Date object
    • getEndTime

      public Date getEndTime()

      Getter for the field endTime.

      Returns:
      a Date object
    • setEndTime

      public void setEndTime(Date endTime)

      Setter for the field endTime.

      Parameters:
      endTime - a Date object
    • getPublishTime

      public Date getPublishTime()

      Getter for the field publishTime.

      Returns:
      a Date object
    • setPublishTime

      public void setPublishTime(Date publishTime)

      Setter for the field publishTime.

      Parameters:
      publishTime - a Date object
    • getApplication

      public FacebookApplication getApplication()

      Getter for the field application.

      Returns:
      a FacebookApplication object
    • setApplication

      public void setApplication(FacebookApplication application)

      Setter for the field application.

      Parameters:
      application - a FacebookApplication object
    • getType

      public String getType()

      Getter for the field type.

      Returns:
      a String object
    • setType

      public void setType(String type)

      Setter for the field type.

      Parameters:
      type - a String object
    • getNoFeedStory

      public Boolean getNoFeedStory()

      Getter for the field noFeedStory.

      Returns:
      a Boolean object
    • setNoFeedStory

      public void setNoFeedStory(Boolean noFeedStory)

      Setter for the field noFeedStory.

      Parameters:
      noFeedStory - a Boolean object
    • getSong

      public FacebookMusicData getSong()

      Getter for the field song.

      Returns:
      a FacebookMusicData object
    • setSong

      public void setSong(FacebookMusicData song)

      Setter for the field song.

      Parameters:
      song - a FacebookMusicData object
    • getMusician

      public FacebookMusicData getMusician()

      Getter for the field musician.

      Returns:
      a FacebookMusicData object
    • setMusician

      public void setMusician(FacebookMusicData musician)

      Setter for the field musician.

      Parameters:
      musician - a FacebookMusicData object
    • getRadioStation

      public FacebookMusicData getRadioStation()

      Getter for the field radioStation.

      Returns:
      a FacebookMusicData object
    • setRadioStation

      public void setRadioStation(FacebookMusicData radioStation)

      Setter for the field radioStation.

      Parameters:
      radioStation - a FacebookMusicData object