Class ArtworkBaseRecord
java.lang.Object
com.amilesend.tvdb.client.model.ArtworkBaseRecord
base artwork record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet heightgetId()Get idgetImage()Get imageGet languagegetScore()Get scoreGet thumbnailgetType()The artwork type corresponds to the ids from the /artwork/types endpoint.getWidth()Get widthinthashCode()includesText(Boolean includesText) Get includesTextscore(BigDecimal score) voidvoidvoidvoidsetIncludesText(Boolean includesText) voidsetLanguage(String language) voidsetScore(BigDecimal score) voidsetThumbnail(String thumbnail) voidvoidtoString()
-
Constructor Details
-
ArtworkBaseRecord
public ArtworkBaseRecord()
-
-
Method Details
-
height
-
getHeight
-
setHeight
-
id
-
getId
-
setId
-
image
-
getImage
-
setImage
-
includesText
-
isIncludesText
-
setIncludesText
-
language
-
getLanguage
-
setLanguage
-
score
-
getScore
-
setScore
-
thumbnail
-
getThumbnail
-
setThumbnail
-
type
-
getType
The artwork type corresponds to the ids from the /artwork/types endpoint.- Returns:
- type
-
setType
-
width
-
getWidth
-
setWidth
-
equals
-
hashCode
-
toString
-