Some model rename
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.backend.unifier.title.model;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import io.soabase.recordbuilder.core.RecordBuilder;
|
||||
|
||||
@RecordBuilder
|
||||
public record ContentSearchEntry(
|
||||
String id,
|
||||
List<String> posterURLs,
|
||||
String title,
|
||||
int episodeCount,
|
||||
double rating,
|
||||
String ratingSource,
|
||||
String type,
|
||||
String studio,
|
||||
List<String> genres,
|
||||
int durationMin) implements ContentSearchEntryBuilder.With {
|
||||
}
|
||||
Reference in New Issue
Block a user