Class RecommendedArtistsRequest
java.lang.Object
org.localify.data.queue.dto.recommend.RecommendedArtistsRequest
Represents a request for artist recommendations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the list of artist IDs to base recommendations on.Gets the list of local artist IDs to consider.voidsetArtists(List<Long> artists) Sets the list of artist IDs to base recommendations on.voidsetLocalArtists(List<Long> localArtists) Sets the list of local artist IDs to consider.
-
Constructor Details
-
RecommendedArtistsRequest
public RecommendedArtistsRequest()Default constructor.
-
-
Method Details
-
getArtists
Gets the list of artist IDs to base recommendations on.- Returns:
- A list of artist IDs.
-
setArtists
Sets the list of artist IDs to base recommendations on.- Parameters:
artists- A list of artist IDs.
-
getLocalArtists
Gets the list of local artist IDs to consider.- Returns:
- A list of local artist IDs.
-
setLocalArtists
Sets the list of local artist IDs to consider.- Parameters:
localArtists- A list of local artist IDs.
-