Class ArtworkExtendedRecord
java.lang.Object
com.amilesend.tvdb.client.model.ArtworkExtendedRecord
extended artwork record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTagOptionsItem(TagOption tagOptionsItem) booleanGet episodeIdGet heightgetId()Get idgetImage()Get imageGet languageGet movieIdGet networkIdGet peopleIdgetScore()Get scoreGet seasonIdGet seriesIdGet seriesPeopleIdGet statusGet tagOptionsGet thumbnailGet thumbnailHeightGet thumbnailWidthgetType()The artwork type corresponds to the ids from the /artwork/types endpoint.Get updatedAtgetWidth()Get widthinthashCode()includesText(Boolean includesText) Get includesTextscore(BigDecimal score) seriesPeopleId(Integer seriesPeopleId) voidsetEpisodeId(Integer episodeId) voidvoidvoidvoidsetIncludesText(Boolean includesText) voidsetLanguage(String language) voidsetMovieId(Integer movieId) voidsetNetworkId(Integer networkId) voidsetPeopleId(Integer peopleId) voidsetScore(BigDecimal score) voidsetSeasonId(Integer seasonId) voidsetSeriesId(Integer seriesId) voidsetSeriesPeopleId(Integer seriesPeopleId) voidsetStatus(ArtworkStatus status) voidsetTagOptions(List<TagOption> tagOptions) voidsetThumbnail(String thumbnail) voidsetThumbnailHeight(Long thumbnailHeight) voidsetThumbnailWidth(Long thumbnailWidth) voidvoidsetUpdatedAt(Long updatedAt) voidstatus(ArtworkStatus status) tagOptions(List<TagOption> tagOptions) thumbnailHeight(Long thumbnailHeight) thumbnailWidth(Long thumbnailWidth) toString()
-
Constructor Details
-
ArtworkExtendedRecord
public ArtworkExtendedRecord()
-
-
Method Details
-
episodeId
-
getEpisodeId
-
setEpisodeId
-
height
-
getHeight
-
setHeight
-
id
-
getId
-
setId
-
image
-
getImage
-
setImage
-
includesText
-
isIncludesText
-
setIncludesText
-
language
-
getLanguage
-
setLanguage
-
movieId
-
getMovieId
-
setMovieId
-
networkId
-
getNetworkId
-
setNetworkId
-
peopleId
-
getPeopleId
-
setPeopleId
-
score
-
getScore
-
setScore
-
seasonId
-
getSeasonId
-
setSeasonId
-
seriesId
-
getSeriesId
-
setSeriesId
-
seriesPeopleId
-
getSeriesPeopleId
-
setSeriesPeopleId
-
status
-
getStatus
-
setStatus
-
tagOptions
-
addTagOptionsItem
-
getTagOptions
-
setTagOptions
-
thumbnail
-
getThumbnail
-
setThumbnail
-
thumbnailHeight
-
getThumbnailHeight
-
setThumbnailHeight
-
thumbnailWidth
-
getThumbnailWidth
-
setThumbnailWidth
-
type
-
getType
The artwork type corresponds to the ids from the /artwork/types endpoint.- Returns:
- type
-
setType
-
updatedAt
-
getUpdatedAt
-
setUpdatedAt
-
width
-
getWidth
-
setWidth
-
equals
-
hashCode
-
toString
-