Class FacebookMusicData

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

public final class FacebookMusicData extends Object implements Serializable
This class represents a Facebook music data : song, musician or radio_station.
Since:
1.2.0
Author:
Jerome Leleu
See Also:
  • Constructor Details

    • FacebookMusicData

      public FacebookMusicData()
  • 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
    • getUrl

      public String getUrl()

      Getter for the field url.

      Returns:
      a String object
    • setUrl

      public void setUrl(String url)

      Setter for the field url.

      Parameters:
      url - a String 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
    • getTitle

      public String getTitle()

      Getter for the field title.

      Returns:
      a String object
    • setTitle

      public void setTitle(String title)

      Setter for the field title.

      Parameters:
      title - a String object