Class RecommendedArtistsRequest

java.lang.Object
org.localify.data.queue.dto.recommend.RecommendedArtistsRequest

public class RecommendedArtistsRequest extends Object
Represents a request for artist recommendations.
  • Constructor Details

    • RecommendedArtistsRequest

      public RecommendedArtistsRequest()
      Default constructor.
  • Method Details

    • getArtists

      public List<Long> getArtists()
      Gets the list of artist IDs to base recommendations on.
      Returns:
      A list of artist IDs.
    • setArtists

      public void setArtists(List<Long> artists)
      Sets the list of artist IDs to base recommendations on.
      Parameters:
      artists - A list of artist IDs.
    • getLocalArtists

      public List<Long> getLocalArtists()
      Gets the list of local artist IDs to consider.
      Returns:
      A list of local artist IDs.
    • setLocalArtists

      public void setLocalArtists(List<Long> localArtists)
      Sets the list of local artist IDs to consider.
      Parameters:
      localArtists - A list of local artist IDs.