Package com.lariflix.jemm.dtos
Class JellyfinItemUpdate
java.lang.Object
com.lariflix.jemm.dtos.JellyfinItemUpdate
This class represents the updates to Jellyfin items.
- Since:
- 1.0
- Author:
- Cesar Bianchi
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
boolean
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the airs after season number of the item.Returns the airs before episode number of the item.Returns the airs before season number of the item.getAlbum()
Returns the album of the item.int
Returns the community rating of the item.int
Returns the critic rating of the item.Returns the custom rating of the item.Returns the date created of the item.Returns the display order of the item.Returns the forced sort name of the item.Returns the genres of the item.getId()
Returns the ID of the item.Returns the index number of the item.Returns the locked fields of the item.getName()
Returns the name of the item.Returns the official rating of the item.Returns the original title of the item.Returns the overview of the item.Returns the parent index number of the item.Returns the people of the item.Returns the preferred metadata country code of the item.Returns the preferred metadata language of the item.Returns the premiere date of the item.int
Returns the production year of the item.Returns the provider IDs of the item.Returns the status of the item.Returns the studios of the item.Returns the taglines of the item.getTags()
Returns the tags of the item.boolean
Returns the lock data status of the item.void
setAirsAfterSeasonNumber
(String airsAfterSeasonNumber) Sets the airs after season number of the item.void
setAirsBeforeEpisodeNumber
(String airsBeforeEpisodeNumber) Sets the airs before episode number of the item.void
setAirsBeforeSeasonNumber
(String airsBeforeSeasonNumber) Sets the airs before season number of the item.void
Sets the album of the item.void
setCommunityRating
(int communityRating) Sets the community rating of the item.void
setCriticRating
(int criticRating) Sets the critic rating of the item.void
setCustomRating
(String customRating) Sets the custom rating of the item.void
setDateCreated
(String dateCreated) Sets the date created of the item.void
setDisplayOrder
(String displayOrder) Sets the display order of the item.void
setForcedSortName
(String forcedSortName) Sets the forced sort name of the item.void
Sets the genres of the item.void
Sets the ID of the item.void
setIndexNumber
(Object indexNumber) Sets the index number of the item.void
setLockData
(boolean lockData) Sets the lock data status of the item.void
setLockedFields
(ArrayList<Object> lockedFields) Sets the locked fields of the item.void
Sets the name of the item.void
setOfficialRating
(String officialRating) Sets the official rating of the item.void
setOriginalTitle
(String originalTitle) Sets the original title of the item.void
setOverview
(String overview) Sets the overview of the item.void
setParentIndexNumber
(Object parentIndexNumber) Sets the parent index number of the item.void
setPeople
(ArrayList<JellyfinPeopleItem> people) Sets the people of the item.void
setPreferredMetadataCountryCode
(String preferredMetadataCountryCode) Sets the preferred metadata country code of the item.void
setPreferredMetadataLanguage
(String preferredMetadataLanguage) Sets the preferred metadata language of the item.void
setPremiereDate
(String premiereDate) Sets the premiere date of the item.void
setProductionYear
(int productionYear) Sets the production year of the item.void
setProviderIds
(JellyfinProviderIds providerIds) Sets the provider IDs of the item.void
Sets the status of the item.void
setStudios
(ArrayList<JellyfinStudioItem> studios) Sets the studios of the item.void
setTaglines
(ArrayList<Object> taglines) Sets the taglines of the item.void
Sets the tags of the item.
-
Field Details
-
id
-
name
-
originalTitle
-
forcedSortName
-
communityRating
public int communityRating -
criticRating
public int criticRating -
indexNumber
-
airsBeforeSeasonNumber
-
airsAfterSeasonNumber
-
airsBeforeEpisodeNumber
-
parentIndexNumber
-
displayOrder
-
album
-
overview
-
status
-
genres
-
tags
-
studios
-
premiereDate
-
dateCreated
-
productionYear
public int productionYear -
officialRating
-
customRating
-
people
-
lockData
public boolean lockData -
lockedFields
-
preferredMetadataLanguage
-
preferredMetadataCountryCode
-
taglines
-
providerIds
-
-
Constructor Details
-
JellyfinItemUpdate
public JellyfinItemUpdate()Default constructor for JellyfinItemUpdate.- Since:
- 1.0
-
-
Method Details
-
getId
Returns the ID of the item.- Returns:
- The ID of the item.
- Since:
- 1.0
-
setId
Sets the ID of the item.- Parameters:
id
- The new ID of the item.- Since:
- 1.0
-
getName
Returns the name of the item.- Returns:
- The name of the item.
- Since:
- 1.0
-
setName
Sets the name of the item.- Parameters:
name
- The new name of the item.- Since:
- 1.0
-
getOriginalTitle
Returns the original title of the item.- Returns:
- The original title of the item.
- Since:
- 1.0
-
setOriginalTitle
Sets the original title of the item.- Parameters:
originalTitle
- The new original title of the item.- Since:
- 1.0
-
getForcedSortName
Returns the forced sort name of the item.- Returns:
- The forced sort name of the item.
- Since:
- 1.0
-
setForcedSortName
Sets the forced sort name of the item.- Parameters:
forcedSortName
- The new forced sort name of the item.- Since:
- 1.0
-
getCommunityRating
public int getCommunityRating()Returns the community rating of the item.- Returns:
- The community rating of the item.
- Since:
- 1.0
-
setCommunityRating
public void setCommunityRating(int communityRating) Sets the community rating of the item.- Parameters:
communityRating
- The new community rating of the item.- Since:
- 1.0
-
getCriticRating
public int getCriticRating()Returns the critic rating of the item.- Returns:
- The critic rating of the item.
- Since:
- 1.0
-
setCriticRating
public void setCriticRating(int criticRating) Sets the critic rating of the item.- Parameters:
criticRating
- The new critic rating of the item.- Since:
- 1.0
-
getIndexNumber
Returns the index number of the item.- Returns:
- The index number of the item.
- Since:
- 1.0
-
setIndexNumber
Sets the index number of the item.- Parameters:
indexNumber
- The new index number of the item.- Since:
- 1.0
-
getAirsBeforeSeasonNumber
Returns the airs before season number of the item.- Returns:
- The airs before season number of the item.
- Since:
- 1.0
-
setAirsBeforeSeasonNumber
Sets the airs before season number of the item.- Parameters:
airsBeforeSeasonNumber
- The new airs before season number of the item.- Since:
- 1.0
-
getAirsAfterSeasonNumber
Returns the airs after season number of the item.- Returns:
- The airs after season number of the item.
- Since:
- 1.0
-
setAirsAfterSeasonNumber
Sets the airs after season number of the item.- Parameters:
airsAfterSeasonNumber
- The new airs after season number of the item.- Since:
- 1.0
-
getAirsBeforeEpisodeNumber
Returns the airs before episode number of the item.- Returns:
- The airs before episode number of the item.
- Since:
- 1.0
-
setAirsBeforeEpisodeNumber
Sets the airs before episode number of the item.- Parameters:
airsBeforeEpisodeNumber
- The new airs before episode number of the item.- Since:
- 1.0
-
getParentIndexNumber
Returns the parent index number of the item.- Returns:
- The parent index number of the item.
- Since:
- 1.0
-
setParentIndexNumber
Sets the parent index number of the item.- Parameters:
parentIndexNumber
- The new parent index number of the item.- Since:
- 1.0
-
getDisplayOrder
Returns the display order of the item.- Returns:
- The display order of the item.
- Since:
- 1.0
-
setDisplayOrder
Sets the display order of the item.- Parameters:
displayOrder
- The new display order of the item.- Since:
- 1.0
-
getAlbum
Returns the album of the item.- Returns:
- The album of the item.
- Since:
- 1.0
-
setAlbum
Sets the album of the item.- Parameters:
album
- The new album of the item.- Since:
- 1.0
-
getOverview
Returns the overview of the item.- Returns:
- The overview of the item.
- Since:
- 1.0
-
setOverview
Sets the overview of the item.- Parameters:
overview
- The new overview of the item.- Since:
- 1.0
-
getStatus
Returns the status of the item.- Returns:
- The status of the item.
- Since:
- 1.0
-
setStatus
Sets the status of the item.- Parameters:
status
- The new status of the item.- Since:
- 1.0
-
getGenres
Returns the genres of the item.- Returns:
- The genres of the item.
- Since:
- 1.0
-
setGenres
Sets the genres of the item.- Parameters:
genres
- The new genres of the item.- Since:
- 1.0
-
getTags
Returns the tags of the item.- Returns:
- The tags of the item.
- Since:
- 1.0
-
setTags
Sets the tags of the item.- Parameters:
tags
- The new tags of the item.- Since:
- 1.0
-
getStudios
Returns the studios of the item.- Returns:
- The studios of the item.
- Since:
- 1.0
-
setStudios
Sets the studios of the item.- Parameters:
studios
- The new studios of the item.- Since:
- 1.0
-
getPremiereDate
Returns the premiere date of the item.- Returns:
- The premiere date of the item.
- Since:
- 1.0
-
setPremiereDate
Sets the premiere date of the item.- Parameters:
premiereDate
- The new premiere date of the item.- Since:
- 1.0
-
getDateCreated
Returns the date created of the item.- Returns:
- The date created of the item.
- Since:
- 1.0
-
setDateCreated
Sets the date created of the item.- Parameters:
dateCreated
- The new date created of the item.- Since:
- 1.0
-
getProductionYear
public int getProductionYear()Returns the production year of the item.- Returns:
- The production year of the item.
- Since:
- 1.0
-
setProductionYear
public void setProductionYear(int productionYear) Sets the production year of the item.- Parameters:
productionYear
- The new production year of the item.- Since:
- 1.0
-
getOfficialRating
Returns the official rating of the item.- Returns:
- The official rating of the item.
- Since:
- 1.0
-
setOfficialRating
Sets the official rating of the item.- Parameters:
officialRating
- The new official rating of the item.- Since:
- 1.0
-
getCustomRating
Returns the custom rating of the item.- Returns:
- The custom rating of the item.
- Since:
- 1.0
-
setCustomRating
Sets the custom rating of the item.- Parameters:
customRating
- The new custom rating of the item.- Since:
- 1.0
-
getPeople
Returns the people of the item.- Returns:
- The people of the item.
- Since:
- 1.0
-
setPeople
Sets the people of the item.- Parameters:
people
- The new people of the item.- Since:
- 1.0
-
isLockData
public boolean isLockData()Returns the lock data status of the item.- Returns:
- The lock data status of the item.
- Since:
- 1.0
-
setLockData
public void setLockData(boolean lockData) Sets the lock data status of the item.- Parameters:
lockData
- The new lock data status of the item.- Since:
- 1.0
-
getLockedFields
Returns the locked fields of the item.- Returns:
- The locked fields of the item.
- Since:
- 1.0
-
setLockedFields
Sets the locked fields of the item.- Parameters:
lockedFields
- The new locked fields of the item.- Since:
- 1.0
-
getPreferredMetadataLanguage
Returns the preferred metadata language of the item.- Returns:
- The preferred metadata language of the item.
- Since:
- 1.0
-
setPreferredMetadataLanguage
Sets the preferred metadata language of the item.- Parameters:
preferredMetadataLanguage
- The new preferred metadata language of the item.- Since:
- 1.0
-
getPreferredMetadataCountryCode
Returns the preferred metadata country code of the item.- Returns:
- The preferred metadata country code of the item.
- Since:
- 1.0
-
setPreferredMetadataCountryCode
Sets the preferred metadata country code of the item.- Parameters:
preferredMetadataCountryCode
- The new preferred metadata country code of the item.- Since:
- 1.0
-
getTaglines
Returns the taglines of the item.- Returns:
- The taglines of the item.
- Since:
- 1.0
-
setTaglines
Sets the taglines of the item.- Parameters:
taglines
- The new taglines of the item.- Since:
- 1.0
-
getProviderIds
Returns the provider IDs of the item.- Returns:
- The provider IDs of the item.
- Since:
- 1.0
-
setProviderIds
Sets the provider IDs of the item.- Parameters:
providerIds
- The new provider IDs of the item.- Since:
- 1.0
-