Package com.amilesend.tvdb.client.model
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
Get episodeId- Returns:
- episodeId
-
setEpisodeId
-
height
-
getHeight
Get height- Returns:
- height
-
setHeight
-
id
-
getId
Get id- Returns:
- id
-
setId
-
image
-
getImage
Get image- Returns:
- image
-
setImage
-
includesText
-
isIncludesText
Get includesText- Returns:
- includesText
-
setIncludesText
-
language
-
getLanguage
Get language- Returns:
- language
-
setLanguage
-
movieId
-
getMovieId
Get movieId- Returns:
- movieId
-
setMovieId
-
networkId
-
getNetworkId
Get networkId- Returns:
- networkId
-
setNetworkId
-
peopleId
-
getPeopleId
Get peopleId- Returns:
- peopleId
-
setPeopleId
-
score
-
getScore
Get score- Returns:
- score
-
setScore
-
seasonId
-
getSeasonId
Get seasonId- Returns:
- seasonId
-
setSeasonId
-
seriesId
-
getSeriesId
Get seriesId- Returns:
- seriesId
-
setSeriesId
-
seriesPeopleId
-
getSeriesPeopleId
Get seriesPeopleId- Returns:
- seriesPeopleId
-
setSeriesPeopleId
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
tagOptions
-
addTagOptionsItem
-
getTagOptions
Get tagOptions- Returns:
- tagOptions
-
setTagOptions
-
thumbnail
-
getThumbnail
Get thumbnail- Returns:
- thumbnail
-
setThumbnail
-
thumbnailHeight
-
getThumbnailHeight
Get thumbnailHeight- Returns:
- thumbnailHeight
-
setThumbnailHeight
-
thumbnailWidth
-
getThumbnailWidth
Get thumbnailWidth- Returns:
- thumbnailWidth
-
setThumbnailWidth
-
type
-
getType
The artwork type corresponds to the ids from the /artwork/types endpoint.- Returns:
- type
-
setType
-
updatedAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
setUpdatedAt
-
width
-
getWidth
Get width- Returns:
- width
-
setWidth
-
equals
-
hashCode
public int hashCode() -
toString
-